View Single Post
  #444  
Old 11-22-2017, 02:00 AM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


Rtmpsuck crush from post http://stream-recorder.com/forum/sho...&postcount=440 was on Ubuntu 17.04 64-bit (firefox 57).

Nature of the crush made me think that it might be something to do with OS memory management so I tried:

Ubuntu 17.04 32-bit (firefox 52.0.1)


root@j:/home/j/rtmpdump# rtmpsuck
RTMP Proxy Server v2.4 KSV-2015-12-14
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
Segmentation fault (core dumped)
root@j:/home/j/rtmpdump#


This happens on every rtmp site I tried.

It cannot be that rtmpsuck never worked ever on ubuntu 32-bit, so more testing is needed.

Here is some reading about this fault I googled out:

https://stackoverflow.com/questions/...lt-core-dumped


"Segmentation fault" means that you tried to access memory that you do not have access to.
Reply With Quote