You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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
The text was updated successfully, but these errors were encountered: