Search found 33 matches

by ajkessel
Thu Mar 23, 2023 2:15 am
Forum: Help and Support
Topic: Perma-URL for "Home" folder in web-interface
Replies: 3
Views: 1316

Re: Perma-URL for "Home" folder in web-interface

mik_s wrote: Wed Mar 22, 2023 3:50 pm Just use http://[mydomain]:9002/ to go straight to the player.

The ID is a dynamically generated number for that session so can't be used to bookmark individual locations.
But that won't take me to the "home" folder -- sounds like there is no way to do that?
by ajkessel
Tue Mar 21, 2023 12:09 pm
Forum: Help and Support
Topic: Perma-URL for "Home" folder in web-interface
Replies: 3
Views: 1316

Perma-URL for "Home" folder in web-interface

I have one folder under "Your Folders" called "Home". I'd like to set up a permanent URL to navigate directly to that folder. The URL at this moment is http://[mydomain]:9001/player/browse/177, but that last number (177) does not appear to be static and can change from session to...
by ajkessel
Tue Mar 21, 2023 11:55 am
Forum: Help and Support
Topic: Web player failing for iOS/iPadOS
Replies: 6
Views: 4244

Web player failing for iOS/iPadOS

I'm running UMS 13.12.1 on an Ubuntu 22.04 box to provide web-based access to video files. Everything works fine from desktop systems, but on iPhone and iPad, attempting to play a video always results in "The media could not be loaded, either because the server or network failed or because the ...
by ajkessel
Sat Nov 14, 2020 8:46 am
Forum: Media Renderers
Topic: Why can't m2ts (h264/dts) content be streamed rather than transcoded to PS3?
Replies: 24
Views: 24031

Re: Why can't m2ts (h264/dts) content be streamed rather than transcoded to PS3?

I can see in the logs that the file is "test.mkv", and since PS3 does not support .mkv files, it is telling you it is unsupported. We support remuxing the streams instead of transcoding, which should happen automatically when you play the video in the normal menu (not the TRANSCODING fold...
by ajkessel
Mon Sep 07, 2020 5:44 am
Forum: Media Renderers
Topic: Why can't m2ts (h264/dts) content be streamed rather than transcoded to PS3?
Replies: 24
Views: 24031

Re: Why can't m2ts (h264/dts) content be streamed rather than transcoded to PS3?

Can you test the vc1 video by playing the [No Transcoding] option? If so we can update the ps3 config The [No Transcoding] option doesn't show up on the PS3--it appears as "Unsupported Data" from the PS3 menu, rather than any filename/description. In other words, there is no "[No Tra...
by ajkessel
Mon Sep 07, 2020 5:01 am
Forum: Media Renderers
Topic: [Solved] Windows VLC client often can't see UMS
Replies: 3
Views: 5551

Re: Windows VLC client often can't see UMS

Yes, as of 9.8.1, I have not been able to replicate this issue.
by ajkessel
Mon Jul 20, 2020 6:19 am
Forum: Media Renderers
Topic: Why can't m2ts (h264/dts) content be streamed rather than transcoded to PS3?
Replies: 24
Views: 24031

Re: Why can't m2ts (h264/dts) content be streamed rather than transcoded to PS3?

Can you test the vc1 video by playing the [No Transcoding] option? If so we can update the ps3 config The [No Transcoding] option doesn't show up on the PS3--it appears as "Unsupported Data" from the PS3 menu, rather than any filename/description. In other words, there is no "[No Tra...
by ajkessel
Fri Jul 17, 2020 9:06 am
Forum: Help and Support
Topic: [Solved] Java errors and media identified as transcoded rather than streamed since 9.6.1 update
Replies: 15
Views: 13436

Re: Java errors and media identified as transcoded rather than streamed since 9.6.1 update

I think that fix will have worked because it removed the "und" language from the list of languages you want subtitles for. Thanks for confirming, glad it's working now :) Yes. I would suggest you consider whether by default "und" language should *not* be rendered -- i.e. it seem...
by ajkessel
Thu Jul 02, 2020 2:56 am
Forum: Media Renderers
Topic: Why can't m2ts (h264/dts) content be streamed rather than transcoded to PS3?
Replies: 24
Views: 24031

Re: Why can't m2ts (h264/dts) content be streamed rather than transcoded to PS3?

That works nearly perfectly. Audio is still being transcoded for several formats, but that may be necessary for PS3. The only glitch I encountered was when I first tried to seek to a location in one.m2ts, it never started playing, but then when I returned to one.m2ts and skipped to 20 minutes in, it...
by ajkessel
Wed Jul 01, 2020 2:40 am
Forum: Media Renderers
Topic: Why can't m2ts (h264/dts) content be streamed rather than transcoded to PS3?
Replies: 24
Views: 24031

Re: Why can't m2ts (h264/dts) content be streamed rather than transcoded to PS3?

OK, I rebuilt the api3 branch -- definitely have the right code now. I don't believe it's using tsMuxeR at all. When I set ffmpeg_mux_tsmuxer_compatible = false, everything plays fine, but it's transcoding everything. When I set ffmpeg_mux_tsmuxer_compatible = true, I get the same problem/behavior a...