Dear all :
I have been using the below encoding for browser/android VLC streaming :
#transcode{sfilter=mosaic,vcodec=VP80,vb=2000,scale=0,acodec=none,live-caching=0,network-caching=0,height=640,width=480}:std{access=http{mime=video/webm},mux=webm,dst=:40000/mosaic}
therefore the webm stream can be accessed with the link http://server_ip:40000/mosaic
My Question is : Does VLC for IOS support HTTP streaming with webm encoding ?
Thank you
Anderson