Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
RTE.ie Player support #3953
RTE.ie Player support #3953
Comments
|
I was trying to implement extractor for this. There is a catch here. They have bitrate in one manifest and other information in a different manifest. Example: http://www.rte.ie/player/in/show/10333418/ Feeds url: http://feeds.rasset.ie/rteavgen/player/playlist/?type=iptv&format=xml&showId=10333418 Format can be JSON also. 1. Bitrate and link for 2nd manifest
2. BootstrapInfo, metadata
But F4mFD expects all information like bitrate, bootstrapinfo and metadata to be in one single manifest. Any suggestions on how to proceed ? My suggestion would be to set bitrate in info_dict in RteIE and modify F4mFD to use it if bitrate is provided, else proceed with the existing functionality. Also note that version 2.0 is used in the first manifest. I believe this should also be implemented. Thanks ! |
|
Does it fail to download the video if you pass as the video url http://vod.hds.rasset.ie/hds-vod/2014/1013/20141013_rteone-ninenews-ninenews_cl10333418_10333422_260_/20141013_rteone-ninenews-ninenews_cl10333418_10333422_260__512k.mp4.f4m? If it fails, could you upload your current code to test it? You, are right, we should support the version 2.0. If someone wants to have a look, it's documented at https://www.adobe.com/devnet/hds.html . |
|
That video (http://www.rte.ie/player/in/show/10333418/) doesn't exist anymore. So using this link now - http://www.rte.ie/player/in/show/10336191/ [rte] extractor that I wrote - rte.py - https://gist.github.com/Dineshs91/0a41274138a5d640a384 Here's the command I used to test and the result $ python test/test_download.py TestDownload.test_Rte EERROR: test_Rte (main.TestDownload)Traceback (most recent call last): Ran 1 test in 6.015s I think this is because in F4mFD in real_download method In case of requested_bitrate is not None then, if I make requested_bitrate as None, I am able to download the video as you said. |
|
Integrate the |
|
Created PR #4015 - Integrated _extract_f4m_formats method. |
|
@jaimeMF @Dineshs91 thanks for this is there any update? |
|
I've tested this and it appears to be working well. Thank you |
|
We forgot to close this issue, @Dineshs91 added support for it. |
|
hi @jaimeMF / @Dineshs91 I've noticed some audio problems on downloads, should I create new ticket or is it better to reopen this? |
|
Please open a new issue with the output of |
Is it possible to get support for the rte.ie player (http://www.rte.ie/player)? Output from
--verboseon a freshly updated install to an example video