How to stream mpegts over http?
Baby Octopus
jagadishkamathk at gmail.com
Wed Feb 4 01:17:02 PST 2015
Hi,
I'm running the following pipeline to stream ts over http
gst-launch-1.0 videotestsrc ! x264enc bitrate=1000 ! mpegtsmux ! filesink
location=/var/www/htmp/app/public/test/out.ts
Here, apache is delivering the ts file to the client. When I play ts file on
VLC, I always the the content right from the beginning and not currently
live stream. Is there a way to have windowed output, as in, last few seconds
to be buffered and discard previous data in filesink?
I know HLS can do this. But that would be fragmented ts files. I'm looking
to stream MpegTS live stream over HTTP
~BO
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/How-to-stream-mpegts-over-http-tp4670566.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list