We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The player does not play streaming audio content
To Reproduce Add an audio stream to the playlist: This is link to server icecast with codec MPEG Audio layer 1/2 (mpga)
The player skips the task
In event_log.xml I see an entry: error2023-03-02T17:18:19+07:00ContentManagerFETCH_FAILED
This link plays in vlc player and in any browser
Additional context An additional question concerns the playback of a video stream. Can garlic-player play a video stream, and if so, which one?
The text was updated successfully, but these errors were encountered:
incorrectly inserted xml string: <event><eventType>error</eventType><eventTime>2023-03-02T17:18:19+07:00</eventTime><eventSource>ContentManager</eventSource><eventName>FETCH_FAILED</eventName><metadata><meta name="resourceURI" content="http://audio.test.local/gorvolna"/><meta name="errorMessage" content="Error transferring http://audio.test.local/gorvolna - server replied: Bad Request"/><meta name="transferLength" content="0"/></metadata></event>
<event><eventType>error</eventType><eventTime>2023-03-02T17:18:19+07:00</eventTime><eventSource>ContentManager</eventSource><eventName>FETCH_FAILED</eventName><metadata><meta name="resourceURI" content="http://audio.test.local/gorvolna"/><meta name="errorMessage" content="Error transferring http://audio.test.local/gorvolna - server replied: Bad Request"/><meta name="transferLength" content="0"/></metadata></event>
Sorry, something went wrong.
Thank you for report.
Currently, the garlic-player does not support video/audio-steams direct.
As a workaround: You can use them on a website or as a so-called Digital Signage Widget.
Thank you for report. Currently, the garlic-player does not support video/audio-steams direct. As a workaround: You can use them on a website or as a so-called Digital Signage Widget.
Thank you! Let's consider this a feature request
No branches or pull requests
Describe the bug
The player does not play streaming audio content
To Reproduce
Add an audio stream to the playlist:
This is link to server icecast with codec MPEG Audio layer 1/2 (mpga)
The player skips the task
In event_log.xml I see an entry:
error2023-03-02T17:18:19+07:00ContentManagerFETCH_FAILED
This link plays in vlc player and in any browser
Additional context
An additional question concerns the playback of a video stream. Can garlic-player play a video stream, and if so, which one?
The text was updated successfully, but these errors were encountered: