Hi,
I am planning to migrate to Gstreamer 1.14.0. Build seams to be stable for the many use cases but flvmux seams to have been broken. The files generated by new flvmux are not playable in VLC player(3.1 64 Bit). Streams pushed to Wowza are not playing properly. https://www.hdwplayer.com/rtmp-player/ Only Audio is playing. VLC is not playing the stream at all. Below is the pipeline used for ingestion. gst-launch-1.0 filesrc location=DD_News.ts ! decodebin name=bin bin.! queue ! x264enc key-int-max=50 ! h264parse ! mux. bin.! audio/x-raw ! queue ! queue ! avenc_aac ! aacparse ! queue ! mux. flvmux streamable=true name=mux ! rtmpsink location=rtmp://10.0.0.5:1935/live/test1 --gst-debug=2 -e Down load input file here https://drive.google.com/file/d/1jGKDPVOw5pLxQdUqq7r09miTBeONAzok/view?usp=sharing Same behaviour is seen with rtmp2sink too. Regards, Vinod -- Sent from: http://gstreamer-devel.966125.n4.nabble.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Hi,
It could be related to this bug: https://bugzilla.gnome.org/show_bug.cgi?id=794722 Olivier On Wed, 2018-04-18 at 00:07 -0700, Vinod Kesti wrote: > Hi, > > I am planning to migrate to Gstreamer 1.14.0. Build seams to be > stable for > the many use cases but flvmux seams to have been broken. The files > generated > by new flvmux are not playable in VLC player(3.1 64 Bit). > Streams pushed to Wowza are not playing properly. > https://www.hdwplayer.com/rtmp-player/ Only Audio is playing. > VLC is not playing the stream at all. > > Below is the pipeline used for ingestion. > gst-launch-1.0 filesrc location=DD_News.ts ! decodebin name=bin > bin.! queue > ! x264enc key-int-max=50 ! h264parse ! mux. bin.! audio/x-raw ! > queue ! > queue ! avenc_aac ! aacparse ! queue ! mux. flvmux streamable=true > name=mux > ! rtmpsink location=rtmp://10.0.0.5:1935/live/test1 --gst-debug=2 -e > > Down load input file here > https://drive.google.com/file/d/1jGKDPVOw5pLxQdUqq7r09miTBeONAzok/vie > w?usp=sharing > > > Same behaviour is seen with rtmp2sink too. > > Regards, > Vinod > > > > -- > Sent from: http://gstreamer-devel.966125.n4.nabble.com/ > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel Olivier Crête [hidden email] _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Have you tried bframes=0 in x264enc?
-----Original Message----- From: gstreamer-devel [mailto:[hidden email]] On Behalf Of Olivier Crête Sent: 19 April 2018 19:33 To: Discussion of the development of and with GStreamer <[hidden email]> Subject: Re: flvmux may be broken in Gstreamer 1.14.0 Hi, It could be related to this bug: https://bugzilla.gnome.org/show_bug.cgi?id=794722 Olivier On Wed, 2018-04-18 at 00:07 -0700, Vinod Kesti wrote: > Hi, > > I am planning to migrate to Gstreamer 1.14.0. Build seams to be stable > for the many use cases but flvmux seams to have been broken. The files > generated by new flvmux are not playable in VLC player(3.1 64 Bit). > Streams pushed to Wowza are not playing properly. > https://www.hdwplayer.com/rtmp-player/ Only Audio is playing. > VLC is not playing the stream at all. > > Below is the pipeline used for ingestion. > gst-launch-1.0 filesrc location=DD_News.ts ! decodebin name=bin bin.! > queue ! x264enc key-int-max=50 ! h264parse ! mux. bin.! audio/x-raw > ! > queue ! > queue ! avenc_aac ! aacparse ! queue ! mux. flvmux streamable=true > name=mux ! rtmpsink location=rtmp://10.0.0.5:1935/live/test1 > --gst-debug=2 -e > > Down load input file here > https://drive.google.com/file/d/1jGKDPVOw5pLxQdUqq7r09miTBeONAzok/vie > w?usp=sharing > > > Same behaviour is seen with rtmp2sink too. > > Regards, > Vinod > > > > -- > Sent from: http://gstreamer-devel.966125.n4.nabble.com/ > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel Olivier Crête [hidden email] _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |