Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording (Adult streaming videos)
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #11  
Old 06-18-2018, 08:34 AM
Elgero Elgero is offline
Senior Member
 
Join Date: Feb 2012
Posts: 177
Elgero is on a distinguished road
Default

Re: Any way to cap from xhamsterlive.com?


Hi, I'm still around. Sorry for disappearing for a year, but I got a new job, had to move and was too busy to work on tools or even doing any recording.

I can write a small commandline tool if the site uses hls, but I'm not really bothering with rtmp anymore, unless absolutely necessary. Rtmp/flash is dying (Adobe will drop support in 2020) and has been disabled by default on all major browsers.

I already looked into this a few days ago and with my tablet I got an url to a m3u8 playlist. Unfortunately I didn't really pay attention to the url and no matter which useragent I try now, it never gives me the url to a m3u8 playlist anymore. Perhaps they changed something in the past few days, but if the m3u8 playlist is still available and someone can give me an example url, then creating an unattended download tool is pretty easy.
Reply With Quote
  #12  
Old 06-18-2018, 03:32 PM
Moonspell Moonspell is offline
Senior Member
 
Join Date: Sep 2016
Posts: 227
Moonspell is on a distinguished road
Default

Re: Any way to cap from xhamsterlive.com?


the great news is that you're still here Elgero! great thing!
Cheers
Reply With Quote
  #13  
Old 06-19-2018, 04:07 PM
Elgero Elgero is offline
Senior Member
 
Join Date: Feb 2012
Posts: 177
Elgero is on a distinguished road
Default

Re: Any way to cap from xhamsterlive.com?


@Moonspell

Thanks!



Here's a quick and dirty rtmp downloader. It requires .NET Framework 4.7. Source code is included.
For some reason it won't download a model named KenzieDawton, not sure why. I can't be bothered to debug with Wireshark.

https://www33.zippyshare.com/v/aYYIFM0m/file.html

Last edited by Elgero : 06-19-2018 at 04:51 PM.
Reply With Quote
  #14  
Old 06-20-2018, 10:31 AM
Winstontoo Winstontoo is offline
Member
 
Join Date: Jul 2012
Posts: 36
Winstontoo is on a distinguished road
Default

Re: Any way to cap from xhamsterlive.com?


Nice to see you are still around Elgero and thanks for the download, i'll give it a try later when i get home.
Reply With Quote
  #15  
Old 06-21-2018, 08:01 AM
Moonspell Moonspell is offline
Senior Member
 
Join Date: Sep 2016
Posts: 227
Moonspell is on a distinguished road
Default

Re: Any way to cap from xhamsterlive.com?


Quote:
Originally Posted by Elgero View Post
@Moonspell

Thanks!



Here's a quick and dirty rtmp downloader. It requires .NET Framework 4.7. Source code is included.
For some reason it won't download a model named KenzieDawton, not sure why. I can't be bothered to debug with Wireshark.

https://www33.zippyshare.com/v/aYYIFM0m/file.html
thanks a lot! you're the best Elgero!
Hope you're still around with the other projects too, we definitely need a great program creator, and sharer, as you!
thanks again
Reply With Quote
  #16  
Old 07-01-2018, 07:00 PM
101001 101001 is offline
Junior Member
 
Join Date: Oct 2017
Posts: 7
101001 is on a distinguished road
Default

Re: Any way to cap from xhamsterlive.com?


I did a cap of exactly one minute (FILE A) and the run time is set at 383 hours, 44 minutes, and 20 seconds. I've had this same problem on a few other XH caps. Is there anything I can do to restore the file to the actual run time? I've already toyed with FLV Extract and it didn't help anything. FLV Extract gives me this error.

Quote:
Unable to extract audio (format=7 is unsupported)
I'm left with a text file for the timestamp and a .264 file. Video converters don't help either since they attempt to match the broken runtime.

____________________________________________

Little more info, I made another cap (FILE B) and tried to combine the two caps (FILES A & B) with FLV Joiner. When I add the files to the program, it gives this error message.

Quote:
Couldn't find 'duration' metadata in: fileA.flv
Retrieving from last Timestamp instead
I go through with the merge and see this.

Quote:
Couldn't find 'duration' metadata in the first file.
Some players may have problems without this
Create a new metadata section?
So, I give that a shot. The files combine (FILE AB), but the combined file run time becomes 767 hours, 37 minutes, and 40 seconds. Does anyone have any idea of how I can fix this?
Reply With Quote
  #17  
Old 07-02-2018, 08:45 AM
maloneyg maloneyg is offline
Video Streaming Expert
 
Join Date: Jun 2018
Location: USA
Posts: 3
maloneyg is on a distinguished road
Default

Re: Any way to cap from xhamsterlive.com?


You can check video stream recorder tool to capture. I'm not sure about exact tool name but there are many you can find on web.
Reply With Quote
  #18  
Old 07-02-2018, 10:46 AM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: Any way to cap from xhamsterlive.com?


@ 101001

If you got problems with broken FLV headers timestamps then use ffmpeg to fix it.
Code:
ffmpeg -i YOURVIDEO -vcodec copy -acodec copy VIDEO_OUTPUT
greetz
Reply With Quote
  #19  
Old 07-02-2018, 02:37 PM
101001 101001 is offline
Junior Member
 
Join Date: Oct 2017
Posts: 7
101001 is on a distinguished road
Default

Re: Any way to cap from xhamsterlive.com?


Quote:
Originally Posted by troller12 View Post
@ 101001

If you got problems with broken FLV headers timestamps then use ffmpeg to fix it.
Code:
ffmpeg -i YOURVIDEO -vcodec copy -acodec copy VIDEO_OUTPUT
greetz
I haven't finished all the videos that need fixing but so far, it seems like this works fine. Thank you for this. Also, just in case anyone might have issues on Windows, this is the exact input you should be looking for. You should also copy ffmpeg somewhere other than the Windows folder, if you try this method while ffmpeg is in the Windows folder, you'll receive a write permission error. I just made a new folder under C:\ and added ffmpeg and my video files to it.

Quote:
ffmpeg -i C:\filelocation\fileA.flv -vcodec copy -acodec copy OUTPUT.flv
- - - One last edit to say I'm done converting. One or two caps seemed to receive errors during the process, but now that everything is done, the files have their original runtimes again.

Last edited by 101001 : 07-02-2018 at 05:22 PM.
Reply With Quote
  #20  
Old 01-11-2019, 04:21 PM
yetanotherday yetanotherday is offline
tinyurl.com/sleazy-script
 
Join Date: Jul 2012
Posts: 54
yetanotherday is on a distinguished road
Default

Re: Any way to cap from xhamsterlive.com?


is there a way to watch the feed without sign-in ?
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 09:10 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons