Hi everyone,
I want to stream tv from my tv card over a lan.
I managed to play TV locally with vlc witout any troubles but when I want to stream it doesn't work. The client doesn't open anything .
my config :
server : FC3, with WinTV bttv card.
client : winXP
The command line I put on the server :
vlc -vvv --color v4l:/dev/video0:norm=secam:frequency=623250:size=640x480:channel=40 --sout '#duplicate{dst=display, dst=”transcode{vcodec=mp4v,acodec=mpga,vb=3000,ab=256,venc=ffmpeg{keyint=50,hurry-up,vt=800000},deinterlace}:standard{access=udp,mux=ts,url=239.255.1.1,sap,name =”F2”}”}'
the client :
vlc -vvv udp:@239.255.1.1
The TV stream is played locally on the server, but nothing on my client....
Isn't it a pb with my transcode line ?
Any ideas ?
thanks