Hi,
I am trying to stream web content to my Samsung TV. The streams work on Windows within the VLC.
It is an asx file: http://wstreaming.zdf.de/zdf/300/100714 ... ie_afo.asx
The transcoding works too and when I am converting it to the new fromat as decribed in the PS3 Media server it could be streamed to the TV too. But if I am directly streaming it via a pipe as programmed in the PSM Samsung tells me that the format is unknown.
Does anyone know what options are needed to get it running on the TV?
I already tryed
normal
vlc.exe -I dummy --dummy-quiet http://wstreaming.zdf.de/zdf/300/100721_corexit_awi.asx :sout=#transcode{vcodec=mp4v,vb=4096,acodec=mp3,ab=128,channels=2}:duplicate{dst=std{access=file,mux=ts,dst="\\.\pipe\VLC1280252538879"}}
MP4
vlc-0.9.8a\vlc.exe -I dummy --dummy-quiet http://wstreaming.zdf.de/zdf/300/100714 ... ie_afo.asx :sout=#transcode{vcodec=mp4v,vb=800,scale=1,acodec=mpga,ab=128,channels=2}:duplicate{dst=std{access=file,mux=mp4,dst="\\.\pipe\VLC1280259574663"}}
ps instead of ts
vlc.exe -I dummy --dummy-quiet http://wstreaming.zdf.de/zdf/300/100721_corexit_awi.asx :sout=#transcode{vcodec=mp4v,vb=4096,acodec=mp3,ab=128,channels=2}:duplicate{dst=std{access=file,mux=ps,dst="\\.\pipe\VLC1280252538879"}}
I do not know what else...
Either Samsung doe not understand the resulting formats or I am doing something wrong with VLC
Thank you in advance
