kodi-pvr / pvr.filmon

Kodi's Filmon client addon
GNU General Public License v2.0
4 stars 32 forks source link

Streaming not working - EPG working fine #65

Closed cawilliamson closed 7 years ago

cawilliamson commented 7 years ago

I'm not currently able to stream from FilmOn on a freshly installed Ubuntu 16.04 Kodi setup.

Based on the recommendation of another active ticket on the project I have installed the following using apt (from the official kodi repo):

Sadly this didn't resolve the issue. Everything looks like it's going to work until I start the stream - then I get nothing visually (other than the loading stream animation) and the following in the log file:

03.224 T:140049549269376  NOTICE: VideoPlayer: Opening: pvr://channels/tv/All channels/pvr.filmon_27.pvr
23:59:03.224 T:140049549269376 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
23:59:03.225 T:140048070600448  NOTICE: Creating InputStream
23:59:03.669 T:140048070600448  NOTICE: Creating Demuxer
23:59:30.368 T:140048070600448   ERROR: OpenDemuxStream - Error creating demuxer
23:59:30.368 T:140048070600448  NOTICE: CVideoPlayer::OnExit()
79 T:140049549269376   ERROR: PlayMedia could not play media: pvr://channels/tv/All channels/pvr.filmon_27.pvr
23:59:30.797 T:140049549269376  NOTICE: CVideoPlayer::CloseFile()
23:59:30.797 T:140049549269376  NOTICE: VideoPlayer: waiting for threads to exit
23:59:30.797 T:140049549269376  NOTICE: VideoPlayer: finished waiting
23:59:30.802 T:140049549269376  NOTICE: CVideoPlayer::CloseFile()
23:59:30.802 T:140049549269376  NOTICE: VideoPlayer: waiting for threads to exit
23:59:30.802 T:140049549269376  NOTICE: VideoPlayer: finished waiting

Please let me know if there is any other logging which would be helpful to you.

Thanks!