python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
gstreamer hangs when encoding a splitted stream with h264
I am using gstreamer to build a pipeline which splits an incoming video stream into two branches, one of which is displayed on the screen, and the other one is encoded and saved on the disk. However, ...
David Di Lorenzo
Votes: 0
Answers: 1
Mp4 file created from ffmpeg can play on Simulator/PC browser but can't play on iOS app/safari in real device
The backend team uses ffmpeg to create video from images.
The strange thing is that the video can be played on Mac browser/iPhone Simulator but not on browser/iOS app on real phone.
I tried using AVPl...
Vinh Vo
Votes: 0
Answers: 1
What does gstreamer's h264parse really do?
I'm confused with what h264parse really does.
I tested with this commands:
with h264parse:
gst-launch-1.0 videotestsrc num-buffers=10 ! x264enc ! h264parse ! avdec_h264 ! videoconvert ! autovideosink
...

user10838321
Votes: 0
Answers: 1