Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#491
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileYes, I run Ubuntu Studio 20.04.
I installed libssl1.0-dev following this: https://github.com/rvm/rvm/issues/47...ment-624796884 1) sudo nano /etc/apt/sources.list 2) append this line to the end of file: HTML Code:
deb http://security.ubuntu.com/ubuntu bionic-security main 3) sudo apt update && apt-cache policy libssl1.0-dev 4) sudo apt-get install libssl1.0-dev After that, KSV rtmpdump installation procedure did't work which did on older Ubuntus and I installed other rtmpdump in this way: cp ./rtmpdump /usr/bin cp ./librtmp.so.1 /usr/lib/x86_64-linux-gnu/ ln -s /usr/lib/x86_64-linux-gnu/librtmp.so.1 /usr/lib/x86_64-linux-gnu/librtmp.so This did work, and now when I restart my PC pop-up message shows up: HTML Code:
System program problem detected Do you want to report the problem now? Report problem... Apart from seeing that pop-up message every day when I start my PC I haven't noticed any other problem when using PC. Having said all that, who wants to install custom rtmpdump in this way can do so at it's own risk. I have rtmpsuck and rtmpsrv working from old package that was on system before and new rtmpdump working, and linux as-is. Last edited by cabulo : 05-27-2020 at 04:44 PM. |
#492
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileHTML Code:
#!/bin/bash set -x #echo on model="realhousewifexxx" while :; do d=$(date +%Y-%m-%d_%H-%M-%S) file="${model}_${d}.flv" rtmpdump -v -r "rtmp://edge147.stream.highwebmedia.com/live-edge" \ -a "live-edge" \ -f "WIN 32,0,0,344" \ -W "https://ssl-ccstatic.highwebmedia.com/tsdefaultassets/CBV_TS_v1.0.swf" \ -p "https://chaturbate.com/${model}/" \ -C S:AnonymousUser \ -C S:${model} \ -C S:3.22 \ -C S:anonymous \ -C S:cb69382e5826264c5fcd5450fc7baa451a78f11b9242e867926253341571f6a8 \ -y "mp4:wowz://origin243.stream.highwebmedia.com/live-origin/${model}-sd-968a13449d3795b401a550904dcc15ccb78b2309cc5790e66e14a8b3ba54eb2e_trns_h264_1080p" \ -o "$file" fsize=$(ls -s "$file") if [ "$fsize" = "0 ${file}" ]; then rm "$file"; fi sleep 60 done HTML Code:
+ model=realhousewifexxx + : ++ date +%Y-%m-%d_%H-%M-%S + d=2020-05-27_21-16-51 + file=realhousewifexxx_2020-05-27_21-16-51.flv + rtmpdump -v -r rtmp://edge147.stream.highwebmedia.com/live-edge -a live-edge -f 'WIN 32,0,0,344' -W https://ssl-ccstatic.highwebmedia.com/tsdefaultassets/CBV_TS_v1.0.swf -p https://chaturbate.com/realhousewifexxx/ -C S:AnonymousUser -C S:realhousewifexxx -C S:3.22 -C S:anonymous -C S:cb69382e5826264c5fcd5450fc7baa451a78f11b9242e867926253341571f6a8 -y mp4:wowz://origin243.stream.highwebmedia.com/live-origin/realhousewifexxx-sd-968a13449d3795b401a550904dcc15ccb78b2309cc5790e66e14a8b3ba54eb2e_trns_h264_1080p -o realhousewifexxx_2020-05-27_21-16-51.flv RTMPDump v2.4 for https://github.com/sstativa/mfc-node (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL Connecting ... INFO: Connected... Starting Live Stream INFO: Metadata: INFO: duration 0.00 INFO: fileSize 0.00 INFO: audiosamplesize 16.00 INFO: stereo TRUE INFO: 2.1 FALSE INFO: 3.1 FALSE INFO: 4.0 FALSE INFO: 4.1 FALSE INFO: 5.1 FALSE INFO: 7.1 FALSE INFO: encoder obs-output module (libobs version 25.0.8) INFO: trackinfo: INFO: type video INFO: profileLevelId 640028 INFO: spropParameterSets Z2QAKKwrQDwBE/LgIgAAB9AAAdTBHpVA,aO48sA== INFO: description codec:"H264"", profile:"High", level:"4.0", frameSize:"1920x1080", displaySize:"1920x1080", frameRate:"30.0", PAR:"1:1", crop: "l:0 r:0 t:0 b:4" INFO: sampledescription: INFO: sampletype mp4a INFO: type audio INFO: timescale 44100.00 INFO: config 1210 INFO: description {AACFrame: codec:AAC, channels:2, frequency:44100, samplesPerFrame:1024, objectType:LC} INFO: sampledescription: INFO: sampletype avc1 INFO: avcprofile 100.00 INFO: avclevel 40.00 INFO: videocodecid avc1 INFO: width 1920.00 INFO: height 1080.00 INFO: frameWidth 1920.00 INFO: frameHeight 1080.00 INFO: displayWidth 1920.00 INFO: displayHeight 1080.00 INFO: framerate 30.00 INFO: videodatarate 4882.00 INFO: audiochannels 2.00 INFO: audiosamplerate 44100.00 INFO: audiocodecid mp4a INFO: audiodatarate 125.00 INFO: transcoder: INFO: audioCodec AAC INFO: audioBitrate 128000.00 INFO: audioEncodingParams FALSE INFO: videoCodec H264 INFO: videoBitrate 5000000.00 INFO: videoImplementation NVENC INFO: videoProfile HIGH INFO: videoFrameSizeFitMode fit-height INFO: videoFrameSizeWidth 0.00 INFO: videoFrameSizeHeight 1080.00 INFO: videoKeyFrameFollowSourceFALSE INFO: videoKeyFrameInterval 30.00 INFO: videoEncodingParams FALSE 10577.723 kB / 15.67 sec |
#493
|
|||
|
|||
Re: Customized rtmpdump binaries with patch filehttp://security.ubuntu.com/ubuntu/po...4.15_amd64.deb Worked for me.
If you still can't compile the modified rtmpdump and librtmp.so.1 you can create a live usb of linux 18.04 and compile it there. After that make a backup of /usr/bin/rtmpdump and /usr/lib/x86_64-linux-gnu/librtmp.so.1 and replace the ones on your ubuntu 20.04. After that just dpkg install the libssl from above and it should work without returning any errors (hopefully). It worked for me. |
#494
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileThanks,
I'll try that as well. I actually have a few disks and do installs when I am in a good mood, usually every other day. That error message I get is maybe because author wrote: sudo apt-get install libssl1.0-dev, apt-get instead of: apt, so something ain't on record. Whatever, number of people working on Linux is thousends times of those working in Microsoft so I'm not surprised with every day's new mess with Linux. Just have a look at number of distros, imagine it all worked right... wrong. https://distrowatch.com/table.php Last edited by cabulo : 05-28-2020 at 02:19 AM. |
Tags: binaries, binary, patch, patches, rtmpdump, rtmpsrv, rtmpsuck |
Thread Tools | |
Display Modes | |
|
|