Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gstreamer and PVR #1

Open
jloureiro-dev opened this issue Aug 20, 2012 · 0 comments
Open

Gstreamer and PVR #1

jloureiro-dev opened this issue Aug 20, 2012 · 0 comments

Comments

@jloureiro-dev
Copy link

I was testing Geebox XBMC with pvr (opdenkamp, ) and gstremaer (rsalveti) with my addon to view tv channels in my pandaboard but when i try view a channel i get nothing and the log is:

16:36:02 T:2996827232 NOTICE: Player thread start 0x1fa68b8
16:36:03 T:2996827232 NOTICE: Play uri pvr://channels/tv/All TV channels/0.pvr
16:36:03 T:2996827232 NOTICE: Player stop begin
16:36:03 T:2996827232 NOTICE: Player thread end
16:36:03 T:3046371328 NOTICE: ---[CloseFile]---
16:36:03 T:3046371328 NOTICE: CloseFile - Stopping Thread
16:36:05 T:2996827232 NOTICE: Player thread start 0x237fe78
16:36:05 T:2996827232 NOTICE: Play uri pvr://channels/tv/All TV channels/1.pvr
16:36:05 T:2996827232 NOTICE: Player stop begin
16:36:06 T:2996827232 NOTICE: Player thread end
16:36:06 T:3046371328 NOTICE: ---[CloseFile]---
16:36:06 T:3046371328 NOTICE: CloseFile - Stopping Thread

Is Gstreamer able to manage transport stream without demultiplexing previously?

The xbmc PVR without gstreamer in my PC run correctly and the log is:

18:20:50 T:3037579008 NOTICE: DVDPlayer: Opening: pvr://channels/tv/All TV channels/3.pvr
18:20:50 T:3037579008 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
18:20:50 T:2987907904 NOTICE: Creating InputStream
18:20:51 T:2987907904 NOTICE: Creating Demuxer
18:20:52 T:2987907904 NOTICE: Opening video stream: 3 source: 256
18:20:52 T:2987907904 NOTICE: Creating video codec with codec id: 2
18:20:52 T:2987907904 NOTICE: CDVDVideoCodecFFmpeg::Open() Creating VDPAU(720x576, 2)
18:20:52 T:2987907904 NOTICE: vdp_device = 0xffffffff vdp_st = 0x00000001
18:20:52 T:2987907904 ERROR: (VDPAU) unable to init VDPAU - vdp_st = 0x1. Falling back.
18:20:52 T:2987907904 NOTICE: CDVDVideoCodecFFmpeg::Open() Failed to get VDPAU device
18:20:52 T:2987907904 NOTICE: (VDPAU) Close
18:20:52 T:2987907904 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: MPEG-2 video
18:20:52 T:2987907904 NOTICE: Creating video thread
....

I would like to work in the total integration of PVR xbmc (https://github.com/opdenkamp/xbmc) with gstreamer XBMC (https://github.com/rsalveti/xbmc-eden) in order to have hardware acceleration in my pandaboard.
Any advise???

Thanks for your atention

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant