-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Audio seek subscription #252
Comments
Looks like the seek command is not switching the transport state to "TRANSITIONING" as required by the AVTransport spec. gmrender-resurrect/src/upnp_transport.c Lines 881 to 887 in 4ac7d89
This is similar to the seeking issues reported in #217, which are partially caused by the incorrect return type below which is fixed in PR #241 gmrender-resurrect/src/output_gstreamer.c Lines 198 to 202 in 4ac7d89
|
Thank you! I'll be waiting for the merge then |
Might be worth keeping open since I don't think #241 will fully solve the seek eventing |
Hello!
Subscribing to AVTransport does not notify when the user seeks the audio. How can I be notified of this?
The text was updated successfully, but these errors were encountered: