Dear forum,<br>
I would like to  transmux a h264 stream from an ip camera into a flv file.<br>
<br>
For me, the flvmux plugin works only after I use &quot;h264enc&quot; encoder with<br>
synthetic source:<br>
<br>
gst-launch-0.10 videotestsrc pattern=0 ! video/x-raw-yuv, framerate=20/1,<br>
width=350, height=250 ! \<br>
x264enc bitrate=600 ! mux2. \<br>
flvmux name=mux2 streamable=true ! filesink location=flashout.flv<br>
<br>
When I use it with the real h264 stream,<br>
gst-launch-0.10 souphttpsrc is-live=true location=<a href="http://192.168.2.21/image1" target="_blank">http://192.168.2.21/image1</a><br>
! video/x-h264 ! flvmux ! filesink location=original.flv<br>
<br>
the file contains only one frame.<br>
<br>
I also thought about using the encodebin plugin, but do not know how to form<br>
a gst-launch pipe. :(<br>
<br>
I would really appreciate if somebody could give me a hint on these issues.<br>
<br>
Thanks a alot!