Search found 9 matches

by Einzeln
Wed Jun 11, 2014 12:30 pm
Forum: Feature Suggestions
Topic: Implement CORS
Replies: 6
Views: 9243

Re: Implement CORS

Well, I actually can't speak to just how many clients might require CORS, but my specific situation was that I was fiddling with javascript in an html page I wrote to make xmlHttpRequest calls to ums from my chrome browser. I had issues at first because the 'chrome browser' specifically, requires CO...
by Einzeln
Wed Jun 11, 2014 4:22 am
Forum: Developers
Topic: Avia Developer team
Replies: 2
Views: 9915

Re: Avia Developer team

Alright, but what exactly is all this? A beta test group for the avia app? Is there a url for a message board or something?
edit: Haha, I realize your post makes a lot more sense when I read it in the right order. So Andrew needs help fixing this error?
by Einzeln
Mon Jun 02, 2014 4:39 am
Forum: Media Renderers
Topic: Chromecast, an Android Device, and UMS.
Replies: 46
Views: 86918

Re: Chromecast, an Android Device, and UMS.

@rudster No problem. I enjoyed making it work and I'm glad you enjoy it working! :D
by Einzeln
Sat May 31, 2014 10:27 pm
Forum: Feature Suggestions
Topic: Implement CORS
Replies: 6
Views: 9243

Implement CORS

There are some clients that will not connect to a server that does not implement CORS. Implementation is actually really simple. It only requires that when a client sends a request to UMS you would need to return a couple more response headers. Namely Access-Control-Allow-Origin and Access-Control-A...
by Einzeln
Tue May 27, 2014 9:21 pm
Forum: Media Renderers
Topic: Chromecast, an Android Device, and UMS.
Replies: 46
Views: 86918

Re: Chromecast, an Android Device, and UMS.

BWAHAHAHAHAHA! Great success! I have found that my previous beliefs on how mediainfo.dll is utilized have been proven! As I said before, I had believed that the reason mediainfo was null for chromecast was that UMS had initialized mediainfo for the android client we browsed with but would not initia...
by Einzeln
Sun May 25, 2014 2:50 pm
Forum: Media Renderers
Topic: Chromecast, an Android Device, and UMS.
Replies: 46
Views: 86918

Re: Chromecast, an Android Device, and UMS.

Do not use -filter_complex in the CustomFFmpegOptions. The place for it is the OverrideVideoFilter. I'll take a look at that. Thank you. On the other hand support for embedded subtitles is implemented in the UMS and propper subs can be chosen in the TRANSCODE folder or you have to set the Subtitles...
by Einzeln
Sat May 24, 2014 9:18 pm
Forum: Media Renderers
Topic: Chromecast, an Android Device, and UMS.
Replies: 46
Views: 86918

Re: Chromecast, an Android Device, and UMS.

Hello again all, I've found a way to get embedded subtitles working. CustomFFmpegOptions = -async 1 -fflags +genpts -filter_complex "[0:v][0:s]overlay[vid]" -map "[vid]" -c:v libx264 -profile:v high -level 4.1 -map 0:a -c:a libmp3lame -ac 2 -preset ultrafast -b:v 35000k -bufsize ...
by Einzeln
Thu May 22, 2014 9:13 am
Forum: Media Renderers
Topic: Chromecast, an Android Device, and UMS.
Replies: 46
Views: 86918

Re: Chromecast, an Android Device, and UMS.

I'm sorry. I made a mistake in the .conf I posted earlier. I put UseSameExtension in and explained why it's there but actually UseSameExtension isn't necessary for chromecast.conf and needs to be put in android.conf to make BubbleUpnp work. I think this shouldn't have caused you any trouble though a...
by Einzeln
Thu May 22, 2014 12:27 am
Forum: Media Renderers
Topic: Chromecast, an Android Device, and UMS.
Replies: 46
Views: 86918

Re: Chromecast, an Android Device, and UMS.

Hi all, I have made great progress with casting from UMS and thought I'd share my findings with everyone. Here is my configuration: #---------------------------------------------------------------------------- # Profile for Chromecast. # See PS3.conf for a description of all possible configuration o...