format of vlrc file for streaming
Posted: 09 Aug 2005 00:56
I've set up a linux box with a TV card streaming television broadcasts to a win xp box. Everything's working fine but i'd like to enter the frequencies in the playlist on the server so I don't have to type them in manually on the concole every time I want to switch channels... The server box doesn't run X so no GUI.
what should my vlcrc or playlist look like? presently I run vlc like this:
the frequency is what I'd like to change in each entry, everything else stays the same.
Thanks!
/Magnus
what should my vlcrc or playlist look like? presently I run vlc like this:
Code: Select all
vlc --color v4l:/dev/video0:norm=pal:frequency=154250:size=640x480:channel=0:adev=/dev/dsp2:audio=0 --sout '#transcode{vcodec=mp4v,acodec=mpga,vb=512,ab=128,samplerate=44100,venc=ffmpeg{keyint=80,hurry-up,vt=800000},deinterlace}:std{access=udp,mux=ts,url=192.168.1.2}' --ttl 12
Thanks!
/Magnus