regseb / castkodi

WebExtension to cast videos and music to Kodi.
MIT License
100 stars 24 forks source link

Support Swiss TV SRF #70

Open Phlogi opened 2 years ago

Phlogi commented 2 years ago

Describe the problem

Please support playing videos from play.srf.ch.

E.g. Link: https://www.srf.ch/play/tv/sendung/tschugger?id=268db462-bbbc-4f00-98f7-4dd60fa8e761

Error on kodi.log:

2021-12-01 18:38:05.796 T:957      INFO <general>: JSONRPC Server: New connection added
2021-12-01 18:38:07.492 T:913      INFO <general>: VideoPlayer::OpenFile: https://www.srf.ch/play/tv/sendung/tschugger?id=268db462-bbbc-4f00-98f7-4dd60fa8e761
2021-12-01 18:38:07.506 T:957      INFO <general>: WebSocket: connection closed by client
2021-12-01 18:38:07.506 T:1073     INFO <general>: Creating InputStream
2021-12-01 18:38:07.507 T:957      INFO <general>: JSONRPC Server: Disconnection detected
2021-12-01 18:38:07.582 T:1073     INFO <general>: Creating Demuxer
2021-12-01 18:38:07.756 T:1073    ERROR <general>: Open - error probing input format, https://www.srf.ch/play/tv/sendung/tschugger?id=268db462-bbbc-4f00-98f7-4dd60fa8e761
2021-12-01 18:38:07.757 T:1073    ERROR <general>: OpenDemuxStream - Error creating demuxer
2021-12-01 18:38:07.757 T:1073     INFO <general>: CVideoPlayer::OnExit()
2021-12-01 18:38:07.812 T:913      INFO <general>: CVideoPlayer::CloseFile()
2021-12-01 18:38:07.812 T:913      INFO <general>: VideoPlayer: waiting for threads to exit
2021-12-01 18:38:07.812 T:913      INFO <general>: VideoPlayer: finished waiting
regseb commented 2 years ago

@Phlogi Cast Kodi version 6.2.0 supports Play SRF.

I only tested with non-geo-blocked videos in France. So if you have problems, don't hesitate to report it here.

Phlogi commented 2 years ago

@regseb Awesome, thanks a lot. I just tested and noticed a small thing: It only works on the "detail" / full page:

e.g. https://www.srf.ch/play/tv/sendung/club?id=0f532a74-d501-4470-be25-527a4fbb82fa does not work but https://www.srf.ch/play/tv/club/video/corona---die-grenzen-der-solidaritaet?urn=urn:srf:video:c005e255-5d00-4b73-b1f7-a72ffd52794c works.

It would be very convenient if it worked on the first landing page as well.

Thanks a lot!

Phlogi commented 2 years ago

@regseb Any chance you could fix that deatil?