-
Notifications
You must be signed in to change notification settings - Fork 205
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
Fail Validation for Music APP #231
Comments
You can manually register support for a mime type with the
|
Thank you very much.It's managed. |
The other options I run with my HiFi are these:
The first limits the MIME types that are advertised to be audio only since it's headless. |
Thank you so much for your suggestion,I will try it.:) |
If I want make this two --mime-filter config,what should I do? |
Use a comma to separate the arguments like so
|
Thank you so much.The problem below is ok.But new problem is coming when I play DSD there is an error: |
I make this gst-play-1.0 --audiosink='alsasink device=hw:2,0' --volume=-1 /root/1.dsf is ok |
Another user reported issues with DSD here: #213 They weren't even able to play the DSD file locally with My version of gst-libav (1.10.4) predates the addition of DSD support so I'm afraid I won't be of much use. |
Thanks for your reply,that post forum I have read,ffmpeg -decoders | grep DSD result is same as your result.I find that if minimserver transcode to dopwav,it can play well. I use squeezelie can recieve and play native.because dop can't play dsd128+ so I want native dsd dlna surport.Could you give me some suggestion? |
You could try enabling debug messages with the GST_DEBUG environment variable for both That might provide some clues as to why your DSD files fail. |
OK,I will try it,when I come back. Thank you very much. |
When I Play dsf message is: INFO [2021-02-20 01:41:49.173828 | transport] TransportState: PLAYING |
I'm confident it's a Gstreamer issues not a gmrender-resurrect issue as I showed here: #213 (comment) |
Music APP need verify Registering support Message,such as Play FLAC need dmr return Registering support for 'audio/flac' . but gmrender-resurrect just only return Registering support for 'audio/x-flac', could you help me?
The text was updated successfully, but these errors were encountered: