Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Margi and mplayer



I just tried the mplayer with the Margi and it works if you change the
opening of the video device to O_NONBLOCK.
Although you don't need it for the DVB or the Margi card it may be
good to set the video and audio stream type, e.g.

		if ( (ioctl(vo_mpegpes_fd,VIDEO_SET_STREAMTYPE, VIDEO_CAP_PROG)) < 0 ){
	                perror("VIDEO SET STREAMTYPE: ");
			}

I haven't gotten it to work with the only asf file I have. It works
with software playback, put gives me the folowing errors for hardware
playback:
mpeg1 codec not found
FATAL: Cannot initialize video driver!

Exiting... (End of file)

Marcus



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.


Home | Main Index | Thread Index