I'm trying to stream the mpeg2 that my Hauppauge PVR150 capture to another computer on LAN. I have VLC 0.8.5 and WinXP on both computers.
The captured stream is shown if dshow:// is opened on the capture computer. I'm using the streaming guide in VLC.
First try: source dshow://, method http, package ASF. One or two frames arrive at the streaming client, then everything freezes with loads of asf warnings. I suspect that this line
main debug: using decoder module "rawvideo"
means that the video sent over the network is not actually mpeg2 but rather the raw decoded video stream.
If I try any other container formats I just get this message:
main debug: pre buffering
main debug: prebuffering done 0 bytes in 67s - 0 kbytes/s
main error: cannot pre fill buffer
main warning: cannot create a stream_t from access
main debug: removing module "access_udp"
Is there any way I can make VLC stream the mpeg2 from the capture card?
Best regards,
Rasmus