WordRider Home
Welcome! Log In Create A New Profile

Advanced

iprima.cz doesnt work

Posted by pozoun 
Re: iprima.cz doesnt work
September 23, 2015 03:54AM
@ifox & @pozoun :

I'm sure it'll be an easy task for tong2shot to fix the iprima plugin,
but until that is accomplished, why don't you try a bit of manual work
instead of drowning in a teaspoonful of water:

> Viewing streams online through web browsers is OK.
> Web on line works

You can use Mozilla Firefox and its "web console" (CTRL + SHIFT + K)
as a simple URL sniffer to sniff for the AppleHLS
playlist URL; use "playlist.m3u8" (without the quotes)
as a search filter (to be typed inside the "Filter output" input field - on the right).
I am outside the Czech Republic, so full-length programmes
are not available to me, but this short clip is:
Zarážání hory

Using the above method I got:
http://bcastnw.livebox.cz/iprima_token/_definst_/Prima-1410221335-53294_500.mp4/playlist.m3u8?auth=_any_|1442992925|18537cb522dd32d944a5b6d3bd86542228e82bd3

The token is unique for me and short-lived - you have to sniff your own .m3u8 URL...

Then that URL is downloadable easily by FFmpeg:
ffmpeg -i "http://bcastnw.livebox.cz/iprima_token/_definst_/Prima-1410221335-53294_500.mp4/playlist.m3u8?auth=_any_|1442992925|18537cb522dd32d944a5b6d3bd86542228e82bd3" -c copy videoclip.ts
If you so wish, you can losslessly remux to the MP4 container:
ffmpeg -i "videoclip.ts" -c copy -bsf:a aac_adtstoasc -f mp4 "videoclip.mp4"

Media info report of final MP4 file is attached -
so is a screenshot of it being played back smiling smiley

Cheers

EDIT1: Added some usage info for Fx's web console,
although that (and more) can be easily found via
your favourite search engine - other browsers, too,
also contain equivalents for the web console, usually
under their dev tools sections...

EDIT2: If the on-line web player by default streams LQ/HQ,
then, having the web console still open, select manually HD (if available)
and then sniff/choose the playlist containing the string "_1500.mp4", e.g.
http://e4.ivs.livebox.cz/iprima_token/_definst_/hq/Prima-1410221335-53294_1500.mp4/playlist.m3u8?auth=_any_|1443132840|669e42b3e2452bad21457f205077e159815ebc7c
The above playlist will fetch a 1280x720p file, overall bit rate ~ 2500 Kbps

HTH



Edited 3 time(s). Last edit at 09/24/2015 06:33PM by TVjunkie.
Attachments:
open | download - videoclip.mp4.txt (5.2 KB)
open | download - iprimaclip.jpg (47.7 KB)
Re: iprima.cz doesnt work
September 23, 2015 07:31AM
@TVjunkie: Thanks for the tip, it works as a workaround.



Edited 2 time(s). Last edit at 09/23/2015 07:04PM by ifox.
Re: iprima.cz doesnt work
September 23, 2015 07:14PM
Thanks to both @TVjunkie and @ifox.
The workaround looks very useful, especially when similar case will become (i'm guessing). I'd never used Firefox - now good reason to start cool smiley
Thank you a lot guys.
Re: iprima.cz doesnt work
September 27, 2015 08:28AM
Sorry for the late reply.

Fixed in plugin v1.4.4.
Re: iprima.cz doesnt work
September 28, 2015 06:38PM
@tong2shot: Thanks, Great work - I just tried - works as before :)
Re: iprima.cz doesnt work
September 29, 2015 02:36AM
tong2shot wrote:
-------------------------------------------------------
> Sorry for the late reply.

There's absolutely no need whatsoever for apologies...eye rolling smiley
Most people here already know that
creating/maintaining FRD plugins is done by
cuttin' out huge chunks out of your spare time... smiling smiley

> Fixed in plugin v1.4.4.

Well, I tried again my sample link posted previously here.

Selecting RTMP/HD/1935 in the iprima plugin,
FRD downloads a 1280x720p FLV file (78.4 MiB ).

OTOH, selecting HLS/HD,
FRD fetches a 854x480p TS file (52.6 MiB ).

However, I have already demonstrated in the
"EDIT2" addendum of my linked post that it is
possible to download "manually" via HLS
a 1280x720p TS file (actually sized 85.3 MiB ).
Tried it again right now while posting
(playlist used was:
http://e3.ivs.livebox.cz/iprima_token/_definst_/hq/Prima-1410221335-53294_1500.mp4/playlist.m3u8?auth=_any_|1443507623|d80300eb97d195bbdd91b38afc672a5a28816e1c
) and it still is the case!

So I'd like to ask why the updated plugin
isn't capable of detecting and fetching the
720p video resolution via HLS?
Any insight/possible fix is greatly
anticipated-appreciated...winking smiley

Many thanks for your constant efforts thumbs up
Re: iprima.cz doesnt work
September 29, 2015 10:53AM
TVjunkie Wrote:
-------------------------------------------------------
> There's absolutely no need whatsoever for
> apologies...eye rolling smiley
> Most people here already know that
> creating/maintaining FRD plugins is done by
> cuttin' out huge chunks out of your spare time...
> smiling smiley

Are you sure you weren't going to quote Jethro Gibbs? smiling smiley


> Well, I tried again my sample link posted
> previously here.
>
> Selecting RTMP/HD/1935 in the iprima plugin,
> FRD downloads a 1280x720p FLV file (78.4 MiB ).
>
> OTOH, selecting HLS/HD,
> FRD fetches a 854x480p TS file (52.6 MiB ).
>
> However, I have already demonstrated in the
> "EDIT2" addendum of my linked post that it is
> possible to download "manually" via HLS
> a 1280x720p TS file (actually sized 85.3 MiB ).
> Tried it again right now while posting
> (playlist used was:
> [e3.ivs.livebox.cz]
> /Prima-1410221335-53294_1500.mp4/playlist.m3u8?aut
> h=_any_|1443507623|d80300eb97d195bbdd91b38afc672a5
> a28816e1c) and it still is the case!
>
> So I'd like to ask why the updated plugin
> isn't capable of detecting and fetching the
> 720p video resolution via HLS?
> Any insight/possible fix is greatly
> anticipated-appreciated...winking smiley
>
> Many thanks for your constant efforts thumbs up

Thanks for the info. Okay, please try plugin v1.5.0.
Re: iprima.cz doesnt work
September 29, 2015 03:13PM
tong2shot wrote:
-------------------------------------------------------
> Are you sure you weren't going to quote Jethro Gibbs? smiling smiley

Hi cool smiley
If you are refering to this fictional TV character confused smiley,
then, despite what my username may suggest (!),
I'm not actually a fan of that TV show tongue sticking out smiley ;
so I have no clue whether your comment has positive
or negative (I much doubt it) connotation winking smiley !

> Okay, please try plugin v1.5.0.

iprima.frp v1.5.0 was installed and successfully tested thumbs up smiley
Very nice job indeed and at such short notice smileys with beer

The main reason I asked for 720p over HLS was
that HLS is considerably faster than RTMP
for the same video resolution - I'm confident Czech
users will appreciate this enhancement much more
than I spinning smiley sticking its tongue out

Keep well!
Re: iprima.cz doesnt work
September 09, 2018 09:24PM
I receive the error "received fatal alert protocol version".
Re: iprima.cz doesnt work
September 17, 2018 01:35PM
Any news? Still the same error...
Sorry, only registered users may post in this forum.

Click here to login