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
  #901  
Old 06-29-2017, 02:21 PM
ZeChico ZeChico is offline
Member
 
Join Date: Apr 2014
Posts: 31
ZeChico is on a distinguished road
Default

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


Quote:
Originally Posted by homah View Post
I've pretty much gone with the github one, but thanks to your one I've made it so I can see who is being recorded without going on the web client (can't say I'm a fan of the web client, I'd rather surf mfc and make any changes directly to the config). Also used your timestamp layout, just seems easier to read, as well as changing it from blue to yellow (dark blue on black, ewww)

Any idea whats with this code though
Code:
        '-c',
        'copy',
        '-vsync',
        '2',
        '-r',
        '60',
        '-b:v',
        '500k',
Seems to me it's trying to make the fps 60 and reduce the bitrate? bizarre. Doesn't seem to happen on the recordings anyway.
Maybe they found that with those ffmpeg parameters it could be more stable or something, don't know, my old main.js just have:
'-c',
'copy',

and seems to record fine.

EDIT: "-c copy" forces to copy the stream without re encode, it should ignore "-b:v 500k"

I know that MFC uses 2 streams when models are streaming at 640x480 or higher, one the original the other a low quality 320x240.

This change can be seem on a mobile device that supports multi bandwidth stream. This can be seem many times when you start loading a high quality stream and then a low quality kicks in and it can jump from one to other... Very infuriating actually that most mobile browser doesn't give you the option to force a high quality bitrate.
Reply With Quote
  #902  
Old 06-29-2017, 05:40 PM
guestbuy guestbuy is offline
Junior Member
 
Join Date: Oct 2012
Posts: 22
guestbuy is on a distinguished road
Default

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


Hey horacio,
I was trying to use your branch but it keeps refreshing once and hanging. Any ideas? I'm using node 6.10.2.

Quote:
Originally Posted by horacio View Post
I have finally published my version of @sstativa MFC Recorder at: https://github.com/horacio9a/mfc-node.
Filename format is in config.yml + 'picture preview' + recording in FLV format and some more improving.
Reply With Quote
  #903  
Old 06-29-2017, 06:12 PM
supersonic80 supersonic80 is offline
Senior Member
 
Join Date: Mar 2016
Posts: 138
supersonic80 is on a distinguished road
Default

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


There was a complain that a new version of ffmpeg does not select the best stream from the playlist and by adding these parameters we kind of trick it to select the HD stream. Personally, I did not have any issues with or without this parameters using the old version of ffmpeg and have no issues now using latest ffmpeg with these params.

I've been recording some models in flv and ts simultaneously for a while, so far, I had only two cases when ts version had the lower resolution than flv one. So I'll say ffmpeg does a pretty good job in selecting HD stream, however, I cannot confirm that this is because of
these parameters, I only can say: It works, so why bother?

Quote:
Originally Posted by homah View Post
Any idea whats with this code though
Code:
        '-c',
        'copy',
        '-vsync',
        '2',
        '-r',
        '60',
        '-b:v',
        '500k',
Seems to me it's trying to make the fps 60 and reduce the bitrate? bizarre. Doesn't seem to happen on the recordings anyway.
Reply With Quote
  #904  
Old 06-29-2017, 06:36 PM
supersonic80 supersonic80 is offline
Senior Member
 
Join Date: Mar 2016
Posts: 138
supersonic80 is on a distinguished road
Default

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


You actually record the same HLS stream, but give a different extension to files. Recording flv is a way more complex and does not worth it (it takes more time to convert flv to mp4, and 99.9% there is no difference in quality between flv and ts versions).

Quote:
Originally Posted by horacio View Post
I have finally published my version of @sstativa MFC Recorder at: https://github.com/horacio9a/mfc-node.
Filename format is in config.yml + 'picture preview' + recording in FLV format and some more improving.
Reply With Quote
  #905  
Old 06-29-2017, 07:01 PM
Hermiod Hermiod is offline
Member
 
Join Date: Jun 2017
Posts: 56
Hermiod is on a distinguished road
Default

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


Quote:
Originally Posted by horacio View Post
I have finally published my version of @sstativa MFC Recorder at: https://github.com/horacio9a/mfc-node.
Filename format is in config.yml + 'picture preview' + recording in FLV format and some more improving.
Download link in instructions does not work.
Reply With Quote
  #906  
Old 06-29-2017, 07:23 PM
Hermiod Hermiod is offline
Member
 
Join Date: Jun 2017
Posts: 56
Hermiod is on a distinguished road
Default

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


Quote:
Originally Posted by ZeChico View Post
This is my version of the index.html of MFC node:


It's ordered by viewers by default, since for me it's the most important . Camscore means nothing.
The m3u8 works great with media player classic from k-codec pack, it uses much less CPU than VLC (both using software decoding).

If any one of you wants it, you need to replace the files on your MFC node installation with the ones from this zip.
Any of you are free to include it on the MFC node project if you want it.
MFC node update:
Code:
https://www.sendspace.com/file/zkpxub
Or:
Nothing happens when clicking m3u8

Preview link sends something to VLC, but VLC says it can't be opened.
Reply With Quote
  #907  
Old 06-29-2017, 08:13 PM
horacio horacio is offline
Senior Member
 
Join Date: Oct 2012
Posts: 213
horacio is on a distinguished road
Default

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


Quote:
Originally Posted by Hermiod View Post
Download link in instructions does not work.
Thanks, now I correct link:
https://codeload.github.com/horacio9...ode/zip/master
Reply With Quote
  #908  
Old 06-29-2017, 08:35 PM
horacio horacio is offline
Senior Member
 
Join Date: Oct 2012
Posts: 213
horacio is on a distinguished road
Default

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


Quote:
Originally Posted by supersonic80 View Post
You actually record the same HLS stream, but give a different extension to files. Recording flv is a way more complex and does not worth it (it takes more time to convert flv to mp4, and 99.9% there is no difference in quality between flv and ts versions).
HLS stream is the same but saved file is different. You can compare files with VLC Media Information/Codec ... look my post:

http://stream-recorder.com/forum/www...-t3851p69.html
Reply With Quote
  #909  
Old 06-29-2017, 09:49 PM
supersonic80 supersonic80 is offline
Senior Member
 
Join Date: Mar 2016
Posts: 138
supersonic80 is on a distinguished road
Default

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


May I ask, why are you doing this?

At the end I convert everything to mp4, so the video container does not matter to me, however, different extension helps me to apply different settings for conversion.

But what is your reason to use flv?

I've just checked wiki, looks like the right extension at the end should be f4v.

BTW, the difference between rtmp stream and HLS stream is audio codec. Rtmp stream has speex, HLS has aac.

Quote:
Originally Posted by horacio View Post
HLS stream is the same but saved file is different. You can compare files with VLC Media Information/Codec ... look my post:

http://stream-recorder.com/forum/www...-t3851p69.html
Reply With Quote
  #910  
Old 06-29-2017, 11:13 PM
tienhinhconcho2018 tienhinhconcho2018 is offline
Member
 
Join Date: Jun 2017
Posts: 36
tienhinhconcho2018 is on a distinguished road
Default

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


tiá»?n 2 usd h?¬nh con ch?? - tiá»?n l?¬ x?¬ tá??t HOT 2018
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 12:57 AM.


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