-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDL is unable to stream different audio files #3603
Comments
Issue is a regression one and starts reproducing within fix #3488 which was part of |
@dboltovskyi Does this issue also impact video streaming? |
@JackLivio Yes, we have recently found out Video streaming is also impacted. SDL behavior is slightly different comparing to Audio streaming. Testing of the issue with GStreamer is not easy, since it has to be restarted for each start streaming attempt. However the following tools can be used to verify the issue:
|
@dboltovskyi I believe this sdl hmi pr allows for testing video in the browser while using a socket setup? smartdevicelink/sdl_hmi#391 |
@AKalinich-Luxoft Could you please assist with the question 3603#issuecomment-767136074 |
@dboltovskyi @JackLivio yes, this HMI should work with both socket and pipe transports |
Was fixed in scope of #3468 |
Bug Report
SDL is unable to stream different audio files.
1st file can be streamed successfully however there are errors with subsequent ones.
Reproduction Steps
AudioStreamConsumer = socket
in .INI fileFor steps 4 and 5 check file is playing correctly using GStreamer:
Expected Behavior
File has played successfully with appropriate duration.
Observed Behavior
File can't be played due to errors observed in GS:
Only restart of the Audio service helps to play 2nd file
OS & Version Information
Test Case, Sample Code, and / or Example App
The text was updated successfully, but these errors were encountered: