transcode stream to play on cell phone?
Posted: 19 Jul 2009 08:06
I using vlc 1.0.0 trying to mimic the output of a stream that does play on my nokia 6301.
went to media/streaming... selected input and came up with these options --
can someone tell me if the output of rtsp://64.202.98.91:554/illst.sdp seems any different to them than the output of mine? rtsp://75.182.16.254:8080/test
maybe i need to sniff the network packets with etherreal and see what sort stuff the server is telling my phone, cos i don't see it in the verbose messages window...
went to media/streaming... selected input and came up with these options --
Code: Select all
:sout=#transcode{vcodec=none,acodec=mp4a,ab=32,channels=1,samplerate=44100}:rtp{dst=192.168.0.102,port=8234,sdp=rtsp://0.0.0.0:8080/test,mp4a-latm}
maybe i need to sniff the network packets with etherreal and see what sort stuff the server is telling my phone, cos i don't see it in the verbose messages window...