Page 1 of 1

streaming on tv set box

Posted: 21 Jan 2011 15:13
by alexandros27
Hello guys,

i have a TV set box which supports the following containers : ASF, TS, and FLV.

and supports the following codecs:VC1, WMV9, H.264, MPEG-2, WMA, AAC, MP3, and MPGA.

i am trying to stream on the set box using VLC from my TV tuner card on my PC (windows)

i came out with vlc command line :

vlc -vvv "dshow:// :dshow-vdev=AVerMedia BDA Analog Capture :dshow-adev=AVerMedia BDA Analog Audio Capt :dshow-size=320x240 :dshow-caching=200" --sout "#transcode{venc=x264{keyint=60,profile=baseline,level=3.0,nocabac},vcodec=mp2v,vb=300scale=1,acodec=mpga,ab=96,channels=2,samplerate=48000}:rtp{dst=127.0.0.1,port-video=10000,port-audio=10006,mux=ts,sdp=file:///C:/Program Files/Wowza Media Systems/Wowza Media Server 2.2.3/content/test.sdp}"

this is working on iPhone,iPad,website player and vlc as player but it doesn;t work with the TV set box. What i am thinking is if WOWZA server is not supported by the TV set box and if is not how i can try it directly from the VLC? this -part of the command line will have to change but i am not sure to what:)--> rtp{dst=127.0.0.1,port-video=10000,port-audio=10006,mux=ts,sdp=file:///C:/Program Files/Wowza Media Systems/Wowza Media Server 2.2.3/content/test.sdp}"

thanks

alexandros