Hi,
VNC is awesome! Thank you for an incredible capability.
When I open VLC on my windows box and open an ISO/DVD to stream I am able to view this on my Android phone. When I run VLC/VLM and try and set up the same ISO/DVD for Video on Demand (VoD), the Android player reports: "Sorry, this video cannot be played"
I'm running Windows 7 Ultimate with VLC 1.1.5.
My phone is a T-Mobile Samsung Vibrant, running Android 2.2 (Froyo).
When I stream from VLC (this works) I pick this option: "Video - H.264 + AAC (TS)" the MP4 option does NOT work ("Video - H.264 + AAC (MP4)").
VLC shows the following as the streaming parameters:
:sout=#transcode{vcodec=h264,vb=800,scale=1,acodec=mp4a,ab=128,channels=2,samplerate=44100}:rtp{sdp=rtsp://:5544/a} :no-sout-rtp-sap :no-sout-standard-sap :ttl=1 :sout-keep
This works fine with my Android phone.
However, my goal is not to stream, but to use VLM for Video on Demand.
Here is my command line:
C:\PROGRA~2\VideoLAN\VLC\vlc.exe -vvv --extraintf logger --vlm-conf=vlm.conf -I telnet --rtsp-host 0.0.0.0:5554 --no-sout-rtp-sap --no-sout-standard-sap --sout-keep
Here is the vlm.conf:
new b vod
setup b output #transcode{vcodec=h264,vb=400,scale=1,acodec=mp4a,ab=128,channels=2,samplerate=44100}
setup b mux mp2t
setup b input //nas1/Media/Video/DvdMovies/TheSocialNetwork.iso
setup b enabled
This will play fine using VLC on Windows, but the Android video player reports: "Sorry, this video cannot be played"
Any idea what I'm doing wrong? I'd really appreciate your advice. I suspect it has something to do with the mux, but I'm not an expert at this.
Thanks,
John