-
Notifications
You must be signed in to change notification settings - Fork 26
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
Problem with sound #14
Comments
Does |
Hi Rein,
Ik heb 3 dagen besteed aan het werkend krijgen van audio, totdat ik in de documentatie van Gstreamer tegenkwam dat Gstreamer helemaal niet op deze manier gebruikt mag worden. Het is slechts bedoeld om eenvoudige streams te testen. Het mag niet gebruikt worden vanuit applicaties.
Daarna kwam ik omxplayer-sync tegen, en na een dagje prutsen heb ik deze werkend in een primitieve videowall –met audio-. Nu nog een python wrapper eromheen (playlist, en monitor layout) en ik ben helemaal tevreden.
Groetjes Paul
From: Rein Appeldoorn
Sent: Thursday, December 05, 2019 9:31 PM
To: reinzor/videowall
Cc: phbaars ; Author
Subject: Re: [reinzor/videowall] Problem with sound (#14)
Does gst-play work?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
hellol dear reinzor: |
It is not an issue, it is a missing feature. You could add an audio sink to the streaming component in the player client. https://github.com/reinzor/videowall/blob/master/src/videowall/player/player_client.py I would first test this using |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to add sound to the project. My choice was to implement it on the client side on Raspberry Pi. To test I constructed some gstreamer commands:
gstreamer audio channel. works,
gstreamer video channel. works,
gstreamer audio+video channel. works sort of. Video and audio plays but sound is intermittent. Also with the option sync=false after the sound channel.
Also when I play video+sound the movie takes 8 second longer to play. Probably that is the reason sound is intermittent.
Any ideas?
The text was updated successfully, but these errors were encountered: