Thanks, I can reproduce which is a start.Here you are:
I tried that with VLC player and windows media player. Both do also have no audio.Do you get audio for that file when playing back elsewhere?
You re right, playback is not possible also from TVMOsaik web application, just the loading circle is rotating.Are you able to playback the file from within the TvMosaic web UI?
I do not have such file. The other files were initially without video, but audio. After your last commits they play nicely with video and audio now.Are you able to upload the video that plays audio with no video, maybe on google drive or something if too large?
No don't worry about it if they work. I'll look into the no audio file a little more but I expect it's just broken for whatever reason, e.g. the file header defines an audio stream that never arrives and the filter can't recover when streaming it over http.After your last commits they play nicely with video and audio now.
Is one of those files anyway of help?
Thanks, I updated the MDE to use the settings, I also added the port value to settings and removed hardcoded references to it as it was used in a couple of places now.I have refactored the API settings into a shared project "TvMosaic.Shared". This is used inside Server-Project in a new plugin "TvMosaic.Server". It is required to "host" the settings and can also get a feature to auto-create media source if it does not exist (like done from NativeTv).