QtAVPlayer icon indicating copy to clipboard operation
QtAVPlayer copied to clipboard

AUDIO OUTPUT STOPS WHEN stop() is called from qml

Open awesomeerictech opened this issue 2 years ago • 7 comments

awesomeerictech avatar Mar 05 '22 19:03 awesomeerictech

When QAVplayer stop() function is called inside QML and then play() later from a button the audio output is never recovered.

awesomeerictech avatar Mar 05 '22 19:03 awesomeerictech

could be possible to provide some simple sample app for it? or qml?

valbok avatar Mar 16 '22 11:03 valbok

https://github.com/valbok/QtAVPlayer/pull/237 could you check if it is fixed after this patch?

valbok avatar Mar 28 '22 07:03 valbok

In a nutshell

On Mar 28, 2022 10:20, "Val Doroshchuk" @.***> wrote:

#237 https://github.com/valbok/QtAVPlayer/pull/237 could be fixed?

— Reply to this email directly, view it on GitHub https://github.com/valbok/QtAVPlayer/issues/229#issuecomment-1080287518, or unsubscribe https://github.com/notifications/unsubscribe-auth/APIS455HGRBH2CVNRXKHEBDVCFMSDANCNFSM5QABQ4OQ . You are receiving this because you authored the thread.Message ID: @.***>

awesomeerictech avatar Mar 28 '22 07:03 awesomeerictech

Not solved yet

awesomeerictech avatar Mar 28 '22 10:03 awesomeerictech

FFmpeg: [rtmp @ 0x7fdc980055c0] Unable to send seek command on stream index 1 at timestamp 0 with flags 00000001

awesomeerictech avatar Mar 28 '22 11:03 awesomeerictech

Oh my God why end of media!

Unsupported modifier, resource creation failed. XXX: resource creation failed qml: state changed to: mediapage From QAVPlayer Labda source is: "rtmp://192.168.43.213/live/anetquick"

PlayingState

StoppedState

mediaStatusChanged EndOfMedia

qml: QML says Qt.ApplicationInactive

awesomeerictech avatar Mar 28 '22 11:03 awesomeerictech

Sorry, but without simple app which reproduces the issue, hard to fix that, could you please reproduce it using http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4 f.e ?

valbok avatar May 26 '23 19:05 valbok