<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
&nbsp;&nbsp; Hi all,
<br>
<br>
&nbsp;&nbsp;&nbsp; I have a few questions related to the flutsmux/flutsdemux elements.
<br>
<br>
&nbsp;&nbsp; Firstable, which is the standard way to do streaming with the output
of the "flutsmux" element? I mean, you get the output flow from
"flutsmux", and do you directly encapsulate it into UDP packages for
being sent through the network? Or it is normally used TCP packages, or
any other kind of encapsulation before being sent?
<br>
<br>
&nbsp;&nbsp; Where can I find some more information/documentation about
flutsmux/flutsdemux?
<br>
<br>
&nbsp;&nbsp; In "flutsdemux" I have seen that you have a property named
"program-number". But, how do you mux several "programs" using
"flutsmux"? Is there some pipeline example muxing several channels in a
sender and then demuxing them in a receiver?
<br>
<br>
&nbsp;&nbsp;&nbsp; One specific question about a pipeline multiplexing streams. Next
pipeline encodes 2 video and 2 audio streams into one .ts file (it
works fine). But, how do I play either one stream or the other?<br>
<i><br>
gst-launch-0.10 \<br>
&nbsp;&nbsp; filesrc location=video0.mp4 ! qtdemux ! h264parse ! queue !
mux. \<br>
&nbsp;&nbsp; filesrc location=audio0.mp3 ! mp3parse ! queue ! mux. \<br>
&nbsp;&nbsp; filesrc location=video1.mp4 ! qtdemux ! h264parse ! queue !
mux. \<br>
&nbsp;&nbsp; filesrc location=inputs/audio1.mp3 ! mp3parse ! queue ! mux. \<br>
&nbsp;&nbsp; flutsmux name=mux ! filesink location=test_2prog.ts</i><br>
<br>
I guess that is should be something like this, but I can play only
video0 with audio0.<br>
<br>
<i>gst-launch-0.10 filesrc location=test_2prog.ts ! flutsdemux
program-number=1 name=demux demux. ! queue ! ffdec_h264 ! xvimagesink
demux. ! queue ! mad ! alsasink demux. </i><br>
<br>
(changing "program-number" I always get: <i>ERROR: from element
/GstPipeline:pipeline0/GstFluTSDemux:demux: Could not determine type of
stream</i>)<br>
<br>
<br>
&nbsp;&nbsp; THANK YOU VERY MUCH.
<br>
&nbsp;&nbsp; All the best.
<br>
&nbsp;&nbsp; LD.
</body>
</html>