Gstreamer rtmpsink + crtmpserver

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Gstreamer rtmpsink + crtmpserver

anjojohn
Hi All,
I have been trying to push rtmp stream to crtmpserver using rtmpsink plugin. So far its giving error in crtmpserver 
Unable to de-serialize type 9; Buffer: Size: 4096

Upon searching, many are facing the same issue. Is this an issue with rtmpsink plugin
 My plugin version
  Name                     rtmp
  Description              RTMP source and sink
  Filename                 /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrtmp.so
  Version                  1.2.4
  License                  LGPL
  Source module            gst-plugins-bad
  Source release date      2014-04-18
  Binary package           GStreamer Bad Plugins (Ubuntu)



--

*With Best Regards*


*Anjo John*

VVDN Technologies Pvt Ltd

*Cell : *+91 9539931442 | Skype :anjojohn051
 


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Gstreamer rtmpsink + crtmpserver

A_Goodiwn
This post was updated on .
Hi!
This link should help you.
The trouble is in old gstreamer bug:
https://bugzilla.gnome.org/show_bug.cgi?id=661624

Could you please post a more detailed crtmpserver log and gstreamer pipeline?

I decide to cure this trouble with a crtmpserver source patch.
Sources of crtmpserver has been found there:
https://github.com/mdavid/crtmpserver
build had some troubles, but done.
If you decide to go this way, just write and i'll explain how did i build it.