View Single Post
  #5  
Old 10-09-2012, 05:46 PM
xvan xvan is offline
Junior Member
 
Join Date: Oct 2012
Posts: 4
xvan is on a distinguished road
Default

Re: TVPublica - deleteStream package


Thanks!,
It was an rtmpdump issue.

For ubuntu/debian users:
Official repository 2.4 has issues.
If rtmpdump is compiled librtmp needs to be also replaced to avoid a segfault issue. But gstream depends on the old librtmp.

I solved this by compiling rtmpdump statically:
Code:
make SHARED=no
I used svnpenn's branch
Reply With Quote