Search found 13 matches

by SVMartin
Thu Jul 23, 2020 2:53 am
Forum: Help and Support
Topic: ffmpeg output file does not contain any stream
Replies: 16
Views: 20359

Re: ffmpeg output file does not contain any stream

Anyone who is running into this issue.. to quickly rename all files on Ubuntu 20.04: 1. first install 'rename' (sudo apt install rename) 2. cd into your music collection directory 3. run: find -name *.ogg -execdir rename -n -v 's/\.ogg$/.oga/' '{}' \; 4. check if all the changes are according to you...
by SVMartin
Wed Jul 22, 2020 9:37 pm
Forum: Help and Support
Topic: ffmpeg output file does not contain any stream
Replies: 16
Views: 20359

Re: ffmpeg output file does not contain any stream

Didn't think about that, but it works!

Nevertheless will create the two bug tickets, would be nice to have proper support for .ogg audio files. It is always the question why I'm hitting this bug. Is this a rare use case, do others ask for help, or did they find a solution on their own :-)
by SVMartin
Wed Jul 22, 2020 6:25 am
Forum: Help and Support
Topic: ffmpeg output file does not contain any stream
Replies: 16
Views: 20359

Re: ffmpeg output file does not contain any stream

Yes, it does!

However, play the song fails of course.

Attached the log, it is around line 1450.

So, time to register a bug?
by SVMartin
Wed Jul 22, 2020 6:19 am
Forum: Media Renderers
Topic: Help us improve support for your devices
Replies: 203
Views: 348464

Re: Help us improve support for your devices

Trace logs contains the following, is this the list that I could (should? must?) add to the renderer config? TRACE 2020-07-21 18:05:29.561 [cling-96] Received GetProtocolInfo from "Receiver": Sink: http-get:*:audio/L16;channels=2;rate=44100:DLNA.ORG_PN=LPCM http-get:*:audio/L16;channels=1;...
by SVMartin
Wed Jul 22, 2020 3:05 am
Forum: Help and Support
Topic: ffmpeg output file does not contain any stream
Replies: 16
Views: 20359

Re: ffmpeg output file does not contain any stream

Oops! Expected the issue already to have occured..

When browsing the contents of the folder the Yamaha receiver says no content found.

Attached is a zip file containing the trace log, but also my ums.conf and renderer config (the only one I'm using).
by SVMartin
Wed Jul 22, 2020 2:36 am
Forum: Help and Support
Topic: ffmpeg output file does not contain any stream
Replies: 16
Views: 20359

Re: ffmpeg output file does not contain any stream

Here is the full trace log!
by SVMartin
Wed Jul 22, 2020 2:20 am
Forum: Help and Support
Topic: ffmpeg output file does not contain any stream
Replies: 16
Views: 20359

Re: ffmpeg output file does not contain any stream

Thanks for sharing your thoughts and knowledge! Now I understand why it can be beneficial to do the scanning up front; likely that holds for my system as well, as it is running on my FreeNAS box powered by a slow atom :-) Your explanation also helps me to better understand that configuration item. I...
by SVMartin
Wed Jul 22, 2020 1:51 am
Forum: Help and Support
Topic: ffmpeg output file does not contain any stream
Replies: 16
Views: 20359

Re: ffmpeg output file does not contain any stream

Ah, never investigated some time to look into what ogg and vorbis actually are. Just read the wikipedia pages, that helps! You might be right; I hope it can be solved by some configuration change, or can somebody tell me if/where I should report the bug? I created these files about 15 years ago. I c...
by SVMartin
Tue Jul 21, 2020 11:49 pm
Forum: Help and Support
Topic: ffmpeg output file does not contain any stream
Replies: 16
Views: 20359

Re: ffmpeg output file does not contain any stream

Ok, some additional research. The -an argument disables audio. That is weird when transcoding an audio-only track. The -f image2 argument is related to formats (https://ffmpeg.org/ffmpeg-formats.html#image2-1), while there is no image in the audio stream. Weird again. dn, sn and vf arguments are als...
by SVMartin
Tue Jul 21, 2020 5:32 pm
Forum: Media Renderers
Topic: Help us improve support for your devices
Replies: 203
Views: 348464

Re: Help us improve support for your devices

Attached a first version of a renderer file for Yamaha RX-V479 AV-receiver.

Any tips how I can improve the supported audio codecs?