Re: [Live-devel] Live streaming MKV video

2017-01-25 Thread mehdi semsarzadeh
Thanks for replying Ross, I understand that MKV is a container and not used for streaming, but the reason that I am using MKV is its ability to carry custom data within its container (which is injected in gstreamer as buffer's timestamp). I could manage to stream live MKV video using Live555 in cer

Re: [Live-devel] Live streaming MKV video

2017-01-18 Thread Ross Finlayson
> I am trying to make a live555 rtsp server which streams live MKV video. The phrase “streams live MKV video” doesn’t really make much sense, because ‘MKV’ is a filename suffix that’s used for Matroska-format files. From reading the rest of your email, I gather that you’re trying to pipe a Mat

[Live-devel] Live streaming MKV video

2017-01-18 Thread mehdi semsarzadeh
Dear All, I am trying to make a live555 rtsp server which streams live MKV video. The sequence is writing to a FIFO with gstreamer and reading from it using testOnDemandRTSPServer. First I start gstreamer then run testOnDemandRTSPServer. But gstreamer crashes as soon as starting testOnDemandRTSPSe