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

be-at.tv changed their internal urls - how to download?

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

blimey 02-12-2014 03:08 PM

Re: be-at.tv changed their internal urls - how to download?


 
Quote:

Originally Posted by tribalmixes (Post 64672)
btw, cdn.be-at.--/002288/192/0097.beat - produces just the audio

That seems like a good solution for just the audio, 002288/192/ ranges from 0095-1074 (.beat), and seems to include the audio (and only the audio) in acc format (flv) for half of the four sessions of Awakenings Eindhoven 2014 Area X. The other half is in 2290.

I'm not sure if they are currently actively using the non-beat format sources, although for some reason they are still present. I don't remember where the Audio00xxxx and Video00xxxx addresses are located, I'd have to check again. I think I uncovered them when experimenting with different user agent settings for the browser.

tribalmixes 02-12-2014 03:41 PM

Re: be-at.tv changed their internal urls - how to download?


 
Quote:

Originally Posted by sebastian (Post 64678)
@tribalmixes: Sorry, but sharing their content is a violation of copyright. This community is only for our personal purposes.

Be-At.tv is streaming so much great content, and they are deserving every click!!

you wanna be a dick about it - go ahead, my pleasure. but please, make sure erase this thread, cause it does allow assholes like me to find out how to get their music and share it. you wanna be the only one who knows how to rip be-at.tv? well i must surprise you, there are a few more people now, including me.

you wanna talk copyright? their TOS perfectly state that copying, recording, and whatsoever, is as prohibited as sharing their content. standard TOS, i must note. they know how to deal with their stuff being copied and shared and do it sometimes. who are you? do i see there some kinda cape? you like professor hindsight? the superhero? congratulations! you are the winner.

tribalmixes 02-12-2014 03:50 PM

Re: be-at.tv changed their internal urls - how to download?


 
Quote:

Originally Posted by blimey (Post 64685)
That seems like a good solution for just the audio, 002288/192/ ranges from 0095-1074 (.beat), and seems to include the audio (and only the audio) in acc format (flv) for half of the four sessions of Awakenings Eindhoven 2014 Area X. The other half is in 2290.

well yeah, i noticed when video screen is minimized in that setting they stop doing video, thus it's the audio only in there, but to be honest, rtmpdump works way more impressive. in my opinion..

Quote:

Originally Posted by blimey (Post 64685)
I'm not sure if they are currently actively using the non-beat format sources, although for some reason they are still present. I don't remember where the Audio00xxxx and Video00xxxx addresses are located, I'd have to check again. I think I uncovered them when experimenting with different user agent settings for the browser.

i'll try to play with those myself, thanks alot!! for the help and info and all.

blimey 02-12-2014 06:27 PM

Re: be-at.tv changed their internal urls - how to download?


 
There are no old style links to any of the four sessions in the Awakenings Eindhoven 2014 Area X event.

All of the last dozen or so events in the "Recently Recorded' list have old style links, with the exception of the Awakenings Eindhoven 2014 Area X event. I have no idea why that is the only event that lacks them. Perhaps because it was just recorded four days ago?

It is the only event/session I've found that doesn't have old style links in addition to the new format. If there is another one, provide the details.

sebastian 02-13-2014 08:13 AM

Re: be-at.tv changed their internal urls - how to download?


 
I got a new problem:

When decoding the following session:

Code:

hxxp://www.be-at.tv/brands/dc10/paradise-closing-2013/jamie-jones
the parts in the middle aren't decoded properly, resulting in "green screen". However, the audio is ok.

Anyone knows what could cause the problem?

blimey 02-13-2014 09:51 PM

Re: be-at.tv changed their internal urls - how to download?


 
Quote:

Originally Posted by sebastian (Post 64714)
I got a new problem:

When decoding the following session:

Code:

hxxp://www.be-at.tv/brands/dc10/paradise-closing-2013/jamie-jones
the parts in the middle aren't decoded properly, resulting in "green screen". However, the audio is ok.

Anyone knows what could cause the problem?

I took a quick look. Something goes wrong at all of the joints. However, the fragments are joined properly by the script.

Each of any of the fragments play ok individually with any player.

As for the joined files;

Final.flv (the decoded/joined file prior to processing with FlvFixer.php) will play without issue with the flv player that comes with getflv. But playback fails at the joints with most other players.

Final_fixed.flv (post FlvFixer.php processing) will no longer play with the getflv player.

ffmpeg throws numerous errors when copying the contents into the mkv container;

Non-monotonous DTS
missing picture in access unit with size 40
reference count overflow
illegal memory management control operation

I'm not sure what is the problem. The easiest solution is to transcode the individual frgaments and join them as you transcode. I tested that and it worked ok.

You could download the video from the old system (Video00xxxx links), that joins ok, but since it is vp6 you would probably want to transcode it anyway.

lesor 02-14-2014 09:47 AM

Re: be-at.tv changed their internal urls - how to download?


 
Quote:

Originally Posted by sebastian (Post 64714)
the parts in the middle aren't decoded properly, resulting in "green screen"

My video plays without distortions, but Final_fixed.flv = 1KB (Final.flv > 2GB) :(

blimey 02-14-2014 01:09 PM

Re: be-at.tv changed their internal urls - how to download?


 
Quote:

Originally Posted by lesor (Post 64732)
My video plays without distortions,

We have different source files from each other. The source I was speaking about is the 960x540 resolution at /1250. Yours is the 1024x576 resolution at the /2500. So, I suppose, be sure to download the higher resolution source files for this session.

Final_fixed.flv did have the full size for the lower resolution source since the input file size is only 1.86 GB. But for the higher resolution source, the input file size, as you say, is > 2 GB, and this seems to be beyond the limit for the FlvFixer.php script.

KSV 02-18-2014 07:38 AM

Re: be-at.tv changed their internal urls - how to download?


 
This particular session (http://www.be-at.tv/brands/dc10/para...13/jamie-jones) have 0000.beat file which contains different AVC sequence header than rest of other beat files. it seems they restarted video encoding with different parameters after first few seconds. this causes problems with most players because they expect only one decoder configuration packet per stream. you can leave out 0000.beat and try to join the rest. it should work properly though i have tested it only on first few fragments.

for the 2 GB problem it's a limitation of php which uses signed 32 bit file pointers limiting the file size to 2 GB. if you are using a 64 bit operating system (greater than xp) you can download 64 bit php and try with that.

sebastian 02-20-2014 03:06 AM

Re: be-at.tv changed their internal urls - how to download?


 
Alright, thanks again!


All times are GMT -6. The time now is 02:17 PM.