Mkv and pany
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Re: Mkv and pany
Greatnickhere wrote:It work with nometa-data but
you need to send the stop command and a clear buffer

It's a good test, tho, since we get the same error as before. It confirms that the problem doesn't actually involve mime-type, rather it's due to xml-parsing failure.nickhere wrote:The bad metadata one i couldnt even contact the tv
[AWT-EventQueue-0] Sending upnp AVTransport.SetAVTransportURI [CurrentURI..., CurrentURIMetaData, <foo] to NICK-TV[0]
...
[AWT-EventQueue-0] Action failed: Error: Illegal MIME-type (HTTP response was: 500 Internal Server Error)
Re: Mkv and pany
Greatinfidel wrote:nickhere wrote:It work with nometa-data but
you need to send the stop command and a clear buffer

I was messing with it.
I started the mkv while the mp4 was playing
it restarted playing the mp4.
I am not sure what i was doing
I think i tried stopping it and play then load the mkv and still the mp4 played
but one problem at a time.
This is why i shut off the tv and shutdown ums.
Disable windows firewall and bitdefender antivirus
Re: Mkv and pany
There's one important thing you still haven't answered in a way we understand. You changed the mime types for the renderer - why exactly was that? What started to work after you changed the mime types?
Re: Mkv and pany
It was answerNadahar wrote:There's one important thing you still haven't answered in a way we understand. You changed the mime types for the renderer - why exactly was that? What started to work after you changed the mime types?
none of jumpy streaming work until I change it
video/mpeg to video/mp4
When I ran the video test files subjunk created
I believe everything ran
This was local to my tv and hard drive.
Do you have a different routine for the internet stream vs reading it local?
was
Supported = f:mpegps v:mpeg1|mpeg2 a:ac3|lpcm|mpa m:video/mpeg
Supported = f:mpegts v:h264|mpeg1|mpeg2 a:aac|aac-he|ac3|eac3|mpa m:video/mpeg
now
Supported = f:mpegps v:mpeg1|mpeg2 a:ac3|lpcm|mpa m:video/mp4
Supported = f:mpegts v:h264|mpeg1|mpeg2 a:aac|aac-he|ac3|eac3|mpa m:video/mp4
Last edited by nickhere on Wed Feb 03, 2016 12:15 pm, edited 1 time in total.
Re: Mkv and pany
That sounds like a jumpy problem, not a UMS problem?
Re: Mkv and pany
maybe a streaming issue
put the test file on the web
and stream
put the test file on the web
and stream
Re: Mkv and pany
Did you know you lock the directory to read only on windows
make it hard to change the conf files
make it hard to change the conf files
Re: Mkv and pany
You can't change the configuration files while UMS is running, UMS keeps a cache of the settings in memory and will save them on exit in case any parameter has changed, overwriting your edits.
Re: Mkv and pany
The directory is lock as read only on windows
ums is not running
ums is not running
Re: Mkv and pany
We don't lock anything, but it depends on what folder you're talking about. If you're talking about the renderer configuration folder, it resides under %programfiles% and those are read-only by default for non administrators. This is Windows standard, and you can do a number of things to change it, like change the inherited permissions or turn off UAC.
There's also a folder for renderer configurations under UMS' profile folder (where UMS.conf is) and this folder is writable by default. You're supposed to put your custom configurations there while the ones in %programfiles% are those that come as standard.
There's also a folder for renderer configurations under UMS' profile folder (where UMS.conf is) and this folder is writable by default. You're supposed to put your custom configurations there while the ones in %programfiles% are those that come as standard.