Re: [FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

2022-04-18 Thread Reino Wijnsma
On 2022-04-17T00:45:14+0200, Bo Berglund wrote: > One can see an item 'exp=1650232874', where the number seems to be seconds > since > 1970. That is the base of timekeeping on Linux, right? That's right. See https://en.wikipedia.org/wiki/Unix_time. $ date -d @1650232874 -u '+%FT%T%:z'

Re: [FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

2022-04-18 Thread Rob Hallam
On Mon, 18 Apr 2022 at 14:01, Bo Berglund wrote: > On Mon, 18 Apr 2022 12:53:19 +0200, stefano roveda wrote: > > >Dear reino, i found the thread very interesting i don see any reason fir your comment in that case [ed: quote fixed to original] > >Anyway thank you for taking care. > > I can supply

Re: [FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

2022-04-18 Thread Bo Berglund
On Mon, 18 Apr 2022 12:53:19 +0200, stefano roveda wrote: >Dear reino, i found the thread very interesting. >Anyway thank you for taking care. I can supply the exact ffmpeg command I use in the script for the download if that would make it better suited here... #!/bin/bash

Re: [FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

2022-04-18 Thread stefano roveda
Dear reino, i found the thread very interesting i don see any reason fir your comment in that case Anyway thank you for taking care. Il giorno sab 9 apr 2022 alle 13:14 Reino Wijnsma ha scritto: > Hello Bo, > > On 2022-04-07T18:48:06+0200, Bo Berglund wrote: > > I want to get hold of the m3u8

Re: [FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

2022-04-17 Thread Bo Berglund
On Sun, 17 Apr 2022 21:35:23 -0300, Micael Silva wrote: >> I tried to manually enter a new bigger value for the exp= item to see if it >> could be extended to 48 hours but it did not work... >> It returned an error when used with ffmpeg. > > >I don’t know how much you know about tokenized URLs

Re: [FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

2022-04-17 Thread Micael Silva
Em sáb., 16 de abr. de 2022 às 19:45, Bo Berglund escreveu: > On Sat, 16 Apr 2022 15:04:02 +0200, Reino Wijnsma > wrote: > > >...you can see that the m3u8-url for the HLS manifest is only valid for 2 > minutes (1650113048 - 1650112928 = 120). > >The m3u8-url for the individual videostreams on

Re: [FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

2022-04-16 Thread Bo Berglund
On Sat, 16 Apr 2022 15:04:02 +0200, Reino Wijnsma wrote: >...you can see that the m3u8-url for the HLS manifest is only valid for 2 >minutes (1650113048 - 1650112928 = 120). >The m3u8-url for the individual videostreams on the other hand is valid for 24 >hours (1650113048 - 1650199328 = 86400

Re: [FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

2022-04-16 Thread Reino Wijnsma
On 2022-04-13T01:42:39+0200, Reino Wijnsma wrote: > ...and I don't understand how something like > "http://188.17.143.39/hls/CH_R04_DOMASHNY/variant.m3u8?version=2; would > translate to... > > On 2022-04-12T17:54:32+0200, Bo Berglund wrote: >>

Re: [FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

2022-04-14 Thread Bo Berglund
On Thu, 14 Apr 2022 10:26:56 +0200, Bo Berglund wrote: >Surprise! >All of these small downloads completed and if I test now it still works! >So I have expanded that test with a new set of at jobs for a couple of hours. > >It seems like I have found a "golden" URL by chance! > >Previous testing

Re: [FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

2022-04-14 Thread Bo Berglund
On Thu, 14 Apr 2022 10:26:56 +0200, Bo Berglund wrote: >Surprise! >All of these small downloads completed and if I test now it still works! >So I have expanded that test with a new set of at jobs for a couple of hours. > >It seems like I have found a "golden" URL by chance! > >Previous testing

Re: [FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

2022-04-14 Thread Bo Berglund
On Thu, 14 Apr 2022 00:15:16 +0200, Reino Wijnsma wrote: >On 2022-04-13T23:49:26+0200, Reino Wijnsma wrote: >> Or minified: >> >> $ xidel -s "http://www.freeintertv.com/view/id-2565; -e >>

Re: [FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

2022-04-14 Thread Bo Berglund
On Wed, 13 Apr 2022 23:49:26 +0200, Reino Wijnsma wrote: >> On Wed, 13 Apr 2022 01:42:39 +0200, Reino Wijnsma wrote: >>> That command was for Xidel 0.9.8, which you're not using anymore if I >>> understand correctly. >> What would it be for the most recent xidel? > >The final query in my

Re: [FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

2022-04-13 Thread Reino Wijnsma
On 2022-04-13T23:49:26+0200, Reino Wijnsma wrote: > Or minified: > > $ xidel -s "http://www.freeintertv.com/view/id-2565; -e >

Re: [FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

2022-04-13 Thread Reino Wijnsma
On 2022-04-13T21:34:32+0200, Bo Berglund wrote: > For me it works on both Firefox and Chrome... > What browser are you using? I'm using "New Moon ", a derivative of Pale Moon which in turn is based on Firefox. Why? Believe it or

Re: [FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

2022-04-13 Thread Bo Berglund
On Wed, 13 Apr 2022 01:42:39 +0200, Reino Wijnsma wrote: >As the videostream doesn't work here, you're on your own on this one. For me it works on both Firefox and Chrome... What browser are you using? >On 2022-04-12T17:54:32+0200, Bo Berglund wrote: >> Anyway, the command above used with the

Re: [FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

2022-04-12 Thread Reino Wijnsma
On 2022-04-12T14:35:39+0200, Bo Berglund wrote: > I don't know from where this URL in the command came from (you say you can see > it...): > http://www.freeintertv.com/externals/tv-russia/smotret-tv3-online > > But it is for the 2565 video... > Maybe another is needed for 2308? Apparently. Like

Re: [FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

2022-04-12 Thread Bo Berglund
On Tue, 12 Apr 2022 17:54:32 +0200, Bo Berglund wrote: > >Anyway, the command above used with the latest xidel yields an erroneous URL >for >the 2565 video: >http://livedoc.cgtn.com/500d/prog_index.m3u8 >This is for a documentary site with wildlife footage. No MSNBC anywhere. > >The correct

Re: [FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

2022-04-12 Thread Bo Berglund
On Tue, 12 Apr 2022 01:42:14 +0200, Reino Wijnsma wrote: >If you insist on using Xidel 0.9.8, then use: > So I am not insisting on any particular version... I am now on the latest available. >$ xidel -s "http://www.freeintertv.com/view/id-2565; -e

Re: [FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

2022-04-12 Thread Bo Berglund
On Sat, 9 Apr 2022 13:14:18 +0200, Reino Wijnsma wrote: >> $ xidel --version >> Xidel 0.9.8 >> (20180421.6162.1f357eaaf5f3) > >A couple of months ago I already stated to use the latest binary from the >development branch: > So I have now installed the latest xidel binary on my Ubuntu Server

Re: [FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

2022-04-11 Thread Reino Wijnsma
On 2022-04-11T12:25:17+0200, Bo Berglund wrote: > $ xidel --version > Xidel 0.9.8 > (20180421.6162.1f357eaaf5f3) A couple of months ago I already stated to use the latest binary from the development branch: On 2022-01-09T23:07:55+0100, Reino Wijnsma wrote: > I'm not sure why you're trying to

Re: [FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

2022-04-11 Thread Robert Jeffares
I am not at home and internet in this Pacific paradise is a bit thin. Having looked at the link I can see a bit of drilling down to the base platform is needed. I will have a look when I get home. I have several instances of grabbing both live and Podcasted video. In all cases you need to get past

Re: [FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

2022-04-11 Thread Bo Berglund
On Tue, 12 Apr 2022 03:46:52 +1200, Robert Jeffares wrote: >A script using curl to download the site to a file then grep m3u8 will give >you a list which you can then sort to select the_one_you_want then ffmpeg >-I the_one_you_want etc Does not work... curl -o testfile

Re: [FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

2022-04-11 Thread Robert Jeffares
A script using curl to download the site to a file then grep m3u8 will give you a list which you can then sort to select the_one_you_want then ffmpeg -I the_one_you_want etc Bush shell script is able to manage simple cases sometimes you need more grunt. Perl is a reliable option. I have a cron

Re: [FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

2022-04-11 Thread Rob Hallam
On Mon, 11 Apr 2022 at 09:42, Bo Berglund wrote: > I have tried other linix oriented lists like Ubuntu users but got no replies. Did you try asking / discussing with the yt-dlp/youtube-dl communities as previously suggested? Figuring out how to get videos from web pages is their entire deal.

Re: [FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

2022-04-11 Thread Bo Berglund
On Sat, 9 Apr 2022 13:14:18 +0200, Reino Wijnsma wrote: >By looking at the network-traffic you can see (or at least I can) this POST >request: > >$ curl --data-raw >"chname=bXNuYmNfbGl2ZQ%3D%3D=http%3A%2F%2Fwww.freeintertv.com%2Fexternals%2Ftv-russia%2Fsmotret-tv3-online=11" > \ >

Re: [FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

2022-04-11 Thread Bo Berglund
On Sat, 9 Apr 2022 13:14:18 +0200, Reino Wijnsma wrote: >On 2022-04-07T18:48:06+0200, Bo Berglund wrote: >> I want to get hold of the m3u8 URL on this site > >You do realize this is the FFmpeg mailinglist, right? This question has >nothing to do with FFmpeg. >If you want more answers, then

Re: [FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

2022-04-09 Thread Reino Wijnsma
Hello Bo, On 2022-04-07T18:48:06+0200, Bo Berglund wrote: > I want to get hold of the m3u8 URL on this site You do realize this is the FFmpeg mailinglist, right? This question has nothing to do with FFmpeg. If you want more answers, then this is the wrong place to ask. > Another example page

[FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

2022-04-07 Thread Bo Berglund
I have found an on-line site where they offer viewiong in real time of various news channels. However, I need to record the streaming video nightly so I can view USA nightly shows the following morning. I have started similar threads like this specificly targeting MSNBC news shows and I have that