Ok, It isn't working. Ok first I select "Open Capture Device..." then I select Capture mode: DVB DirectShow -> DVB Type: DVB-T as I have terrestrial. I select Stream. From Stream Output -> Source: "dvp-t://" I press next. Destinations sheet I select New destination: UDP and I press Add. Type in the Ip address where I want it to be streamed. Transcoding options I select "Video - MPEG-4 + AAC (MP4), press next. I Check both "Stream all elementary streams" and "Keep stream output open". Which will give me this code:
Code: Select all
:sout=#transcode{vcodec=mp4v,vb=800,scale=1,fps=0,width=0,height=0,acodec=mp4a,ab=128,channels=2,samplerate=44100}:std{access=udp,mux=mp4,dst=10.0.0.11:1234} :sout-all :sout-keep
The I press Stream and I get this error message:
Your input can't be opened:
VLC is unable to open the MRL 'dvb-t://'. Check the log for details.
And I have the Anysee e30 Plus tv-card and its working perfectly... what Do I need to do to get it working?