Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

Video broadcast split into flvtags - any ideas?

(http://stream-recorder.com/forum/showthread.php?t=10911)

mucea 02-03-2012 10:09 AM

Video broadcast split into flvtags - any ideas?


 
Hopefully I haven't opened a new thread on an old issue - but I've searched and I haven't found a topic on this, so here goes.

I am interested in the interview that the following page contains
Code:

http://www.eugeniavoda.ro/ro/emisiuni/presa/cristian-tudor-popescu-2011
Rtmpsrv/suck won't pick up the stream; same goes for other tools. Basically, the swf player seems to be broadcasting a flash video that is composed out of several files entitled .flvtags. (seconds 0 to 7 - file 7152.flvtags, seconds 8 to 11 - file 11985 flvtags, and so on - that's what comes up when reviewing the traffic).

I take it these are some small .flv fragments that are sent one after the other, composing the entire movie. The question is whether there's some way to download the whole movie as one file, or get it as several files that some tool would eventually merge. Any suggestions (other that the screen recording)?

KSV 02-03-2012 10:30 AM

Re: Video broadcast split into flvtags - any ideas?


 
you can write a simple script which downloads all fragments and stitches them together. it's fairly simple.

mucea 02-04-2012 01:40 PM

Re: Video broadcast split into flvtags - any ideas?


 
Quote:

Originally Posted by KSV (Post 38635)
you can write a simple script which downloads all fragments and stitches them together. it's fairly simple.

Thanks, KSV, but U the man with the scripts. I'm only a tester of your work, great work btw. I'll probably let the show run, extract all the addresses and batch download them - luckily enough they're on http server, so any downloader will do. After that, for joining, I'll see what's what.

svnpenn 02-04-2012 05:04 PM

Re: Video broadcast split into flvtags - any ideas?


 
That should help some.

eugeniavoda.ro/videos/shows/CristianTudorPopescu_2011.flvtags/offsets.json

KSV 02-05-2012 12:06 AM

Re: Video broadcast split into flvtags - any ideas?


 
here's a little php script to download the video. it takes two parameters, first is base url (not page url) of video and second is filename with which you wanna save the file.

usage:
Code:

php EugeniaVoda.php http://eugeniavoda.ro/videos/shows/CristianTudorPopescu_2011.flvtags CristianTudorPopescu_2011.flv
or

just double click the script and it will ask for base url and filename.

Code:

http://www.mediafire.com/file/6xp7888oh56211m/EugeniaVoda.php

mucea 02-07-2012 09:47 PM

Re: Video broadcast split into flvtags - any ideas?


 
Downright awesome! Thank you KSV, this did the job perfectly. ;)

misterr 01-24-2015 07:33 AM

Re: Video broadcast split into flvtags - any ideas?


 
I'm interested too in downloading TV shows from this site:

http://www.eugeniavoda.ro/ro/emisiuni

Before finding this forum, I downloaded all flvtags and the json array (offsets.json), and merged together the chunks (with respect to the order indicated in the json array) to obtain the original flv file, but is difficult to make that manually for every TV show.

After that, I found this tread. Unfortunately, the link to the php script is no longer working.

Could you, please, post the script again?

Thank you.

KSV 01-24-2015 09:07 AM

Re: Video broadcast split into flvtags - any ideas?


 
you can download it from my github repository. although i don't know if it still works.

biezom 01-24-2015 09:12 AM

Re: Video broadcast split into flvtags - any ideas?


 
Quote:

Originally Posted by misterr (Post 73506)
I'm interested too in downloading TV shows from this site:

http://www.eugeniavoda.ro/ro/emisiuni

Before finding this forum, I downloaded all flvtags and the json array (offsets.json), and merged together the chunks (with respect to the order indicated in the json array) to obtain the original flv file, but is difficult to make that manually for every TV show.

After that, I found this tread. Unfortunately, the link to the php script is no longer working.

Could you, please, post the script again?

Thank you.

https://raw.githubusercontent.com/K-...ugeniaVoda.php

misterr 01-24-2015 11:06 AM

Re: Video broadcast split into flvtags - any ideas?


 
It works perfectly, thank you very much!


All times are GMT -6. The time now is 12:58 AM.