Autor | Beiträge |
---|---|
soleman wrote:I found a way to record the BS24 stream using a php script. I record Babestation24 using ffmpeg, since they have deactivated the rtmp-stream. ffmpeg.exe -i "http://live.edge.3qsdn.com/2346/_definst_/Ct6zG7Nrj3v2JxD/chunklist_b125000.m3u8" -c copy C:\record.ts And it works EDIT: RTMP is still working rtmpdump -r "rtmp://live.edge.3qsdn.com/2346/_definst_/Ct6zG7Nrj3v2JxD" -o record.mp4 |
|
|
|
thanks for that been trying all day
|
|
|
|
Does any one know the rmpt code for bs extra please as it has changed from the one i have
|
|
|
|
I can't seem to get this to work
|
|
|
|
Can I register with VLC eUrotic TV? Give me the url of the network, Please!!! Tank you!!!
|
|
|
|
Thanks, I must try this.
Edit: This is working perfectly thanks again! |
|
|
|
I found a way to record the BS24 stream using a php script.
Here's a link to the page that shows you what to do: [Versteckter Link - Registrierung notwendig] and a link to a forum where Adobe HDS downloading is discussed: [Versteckter Link - Registrierung notwendig] Basically you download[Versteckter Link - Registrierung notwendig] and extract it to C:/PHP. Put the [Versteckter Link - Registrierung notwendig] script file and the [Versteckter Link - Registrierung notwendig] file in the same folder then add ;C:\PHP to the end of the system path variable in Properties->Advanced->Environment Variables Then download the [Versteckter Link - Registrierung notwendig] for Firefox to grab the proper command line for the stream, then you can add other switches such as filename etc. Heres the one for BS24 I used: php AdobeHDS.php --manifest "http://live.edge.3qsdn.com/2039/_definst_/smil:2039_kW2xN7phgyQcqfMJ.smil/manifest.f4m" --delete --outfile BS24.flv Once you have the manifest you can paste it into command prompt after pointing to the directory: cd C:\PHP The program downloads and joins the fragments and saves the video in the same directory. |
|
|
|
Bad news for people who want to record babestation24.
They seem to have moved passed RTMP streaming and went with a more pain in the ass form of streaming using Adobe HDS - HTTP Dynamic Streaming. Before you get your hopes up looking at the HTTP portion and think that you can just grab it with a software like Replay Media Catcher or WM Recorder it doesn't work. This form of streaming makes a .F4M file and transports the stream in segments that change all the time. Trying to record with the latest Replay Media Catcher prompts a "It is Illegal to capture protected streams" so not only is it an annoying format, its also protected. I did grab their main stream URL but I have yet to find any means to download their stream using it. I will put it below for anyone who wants to play around with it. I will post it in this post and add it to my Stream codes with a message of reminder. If any site out their Mirrors the stream through a RTMP stream or they change back to RTMP I will Update it but it doesn't seem likely, your only choice for the time being is to Screen Record for now. [Versteckter Link - Registrierung notwendig] If anyone has more knowledge about this type of stream and how to record it in a conventional sense please any info you can share will help. |
|
|
|
Hi switchblade123, just used your RTMPDump for dummies and live stream codes docs...
Thanks for your hard work in creating them.. started recording streams again |
|
|
|
Hey guys, I have updated the doc to fix the broken code with new ones, the following stream codes have been updated.
Babestation24, Very stable now ChatgirlTV I also added a new one. Chatgirl Hardcore. Enjoy! |
|
|
|
I updated the babestation streams on my Google Doc. I only see 2 today, Babestation Blue and Babestation Extra (Babestation Blue is named just babestation today but i got it as blue on my Codes List, It really doesn't matter though you can change the output names easy just name it anything.flv at the end of the code.) When I see the 3rd one I will update it.
Edit: All Babestation codes are updated and working now. |
|
|
|
The various cellcast/firestormmedia streams are against the following IP addresses.
Dependant on the channel in question, this alters the priority of the specific IP address to a specific channel. But most channels will work from any of these. Of course, the other thing to bear in mind is your location in the planet in relation to the stream, so pick one that's geographically close to you. Best to use something like traceroute (tracert in Windows) to find out which ones have best response times etc. List below is standardised order of IP addresses, response time from where I am in the UK, the DNS and IP address, and then the location of that IP range. 5.79.66.148 17ms Netherlands 178.33.229.31 14 ms ovh10.firestormmedia.tv [178.33.229.31] France 178.33.126.213 13 ms ovh11.firestormmedia.tv [178.33.126.213] France 142.4.216.100 86 ms ovh3.firestormmedia.tv [142.4.216.100] Canada 142.4.216.55 90 ms ovh4.firestormmedia.tv [142.4.216.55] Canada 142.4.216.63 94 ms ovh5.firestormmedia.tv [142.4.216.63] Canada 46.105.116.88 14 ms ovh6.firestormmedia.tv [46.105.116.88] France 46.105.116.159 14 ms ovh7.firestormmedia.tv [46.105.116.159] France 46.105.116.183 13 ms ovh8.firestormmedia.tv [46.105.116.183] France 178.33.229.131 14 ms ovh9.firestormmedia.tv [178.33.229.131] France Anyway, using DNS names instead of IP addresses can sometimes get over the fact that they change the location of the stream. That said, it adds a point of failure hence why most here post as IP addresses. |
|
|
|
the babestation streams are back up now ;)
|
|
|
|
switchblade123 wrote:And I can keep the Stream Codes up to date too. Great , |
|
|
|
electrifying wrote:<snip> oops. Should have been ffmpeg -itsoffset -55:02 -i input.flv -c:v copy -c:a copy output.flv Sorry about that |
|
|