jildertviet / TIYCS

This Is Your Captain Speaking
0 stars 0 forks source link

Video's not playing #90

Open jildertviet opened 1 year ago

jildertviet commented 1 year ago

[warning] ofGstVideoUtils: update(): ofGstVideoUtils not loaded https://forum.openframeworks.cc/t/ofxgstreamer-on-m1-mac/40257/43

jildertviet commented 1 year ago

Other encoding?

jildertviet commented 1 year ago

Nightly build seems to be working (the videoPlayer example plays at least)

jildertviet commented 1 year ago

New project in nightly build OF works with the same code as mainApp. Weird.

Edit: apparently it has nothing to do with the build? vidTest now also gives the error:

[ error ] ofGstUtils: gstHandleMessage(): embedded video playback halted for plugin, module qtdemux0  reported: Internal data stream error.
[ error ] ofGstUtils: startPipeline(): unable to pause pipeline after 5s
jildertviet commented 1 year ago

Test on Desktop and check Gstreamer version there. gst-launch-1.0 --gst-version @ Framework: 1.20.3 @ Desktop: 1.16

jildertviet commented 1 year ago

Chaning order of execution in setup seems to do something. Now the test.mp4 is working. Re-encode other clips?

jildertviet commented 1 year ago

Nightly build, videoPlayer example with re-encoded video works.

https://stackoverflow.com/questions/39685629/re-encode-video-stream-only-with-ffmpeg-and-with-all-audio-streams

Edit: MainApp (in nightly build OF) with re-encoded with doesn't work.