Hi,
thats what debug.log provides:
DEBUG 2022-02-28 15:23:38.930 [HTTPv2 Request Worker 11] Matched media renderer "LG BP450" based on headers {CONNECTION=Keep-Alive, DATE=Sun, 01 Jun 2014 00:26:05 GMT, Host=10.0.1.51:5001, USER-AGENT=LG-BDP Linux/2.6.35 UPnP/1.0 DLNADOC/1.50 LGE_DLNA_SDK/1.5.0}
Search found 31 matches
- Sun Apr 10, 2022 11:34 pm
- Forum: Help and Support
- Topic: files in TranscodeExtensions are not shown
- Replies: 5
- Views: 6629
- Tue Mar 01, 2022 3:36 am
- Forum: Help and Support
- Topic: files in TranscodeExtensions are not shown
- Replies: 5
- Views: 6629
Re: files in TranscodeExtensions are not shown
I also got Media-Info working now. I just placed jna-5.10.0.jar as "update.jar" in the UMS folder. Because it is included in ClassPath it now also finds the shared object for my FreeBSD system. So.... the correct Configuration for my LG BP450 is ...
- Tue Mar 01, 2022 2:15 am
- Forum: Help and Support
- Topic: files in TranscodeExtensions are not shown
- Replies: 5
- Views: 6629
Re: files in TranscodeExtensions are not shown
Despite the fact, the player supports MPEGTS-H264-AC3 TranscodeVideo cannot set to this because the player also does not seem to like the suffix ".ts"
- Tue Mar 01, 2022 2:06 am
- Forum: Help and Support
- Topic: files in TranscodeExtensions are not shown
- Replies: 5
- Views: 6629
Re: files in TranscodeExtensions are not shown
OK, I downloaded the Sourcecode, hooked up remote-Debugging in Eclipse and found the difference between files shown and files not shown!
The to-be-transcoded files have no size attribute during the directory listing. The player seems to filter those out. Adding TranscodedVideoFileSize ...
The to-be-transcoded files have no size attribute during the directory listing. The player seems to filter those out. Adding TranscodedVideoFileSize ...
- Sat Feb 26, 2022 8:59 am
- Forum: Help and Support
- Topic: files in TranscodeExtensions are not shown
- Replies: 5
- Views: 6629
files in TranscodeExtensions are not shown
Hi,
I am running UMS on a FreeBSD system where I unfortunally have no mediainfo because of jna Support on FreeBSD. So I rely on StreamExtensions and TranscodeExtensions only.
I recently bought a new DVD Player (LG BP450) which supports various video formats. Unfortunally I have some mp4 files ...
I am running UMS on a FreeBSD system where I unfortunally have no mediainfo because of jna Support on FreeBSD. So I rely on StreamExtensions and TranscodeExtensions only.
I recently bought a new DVD Player (LG BP450) which supports various video formats. Unfortunally I have some mp4 files ...
- Wed Apr 16, 2014 8:51 am
- Forum: Help and Support
- Topic: Installing on Freebsd 9
- Replies: 4
- Views: 9137
Re: Installing on Freebsd 9
I had it running in a FreeBSD 9 Jail and have it now running in a FreeBSD 10 Jail.
Out of my mind:
- install openjdk-jdk7 from ports or pkg
- install mencoder from ports or pkg
- install mplayer from ports or pkg
- install ffmpeg from ports or pkg
- point to them in UMS.conf
mencoder_path = /usr ...
Out of my mind:
- install openjdk-jdk7 from ports or pkg
- install mencoder from ports or pkg
- install mplayer from ports or pkg
- install ffmpeg from ports or pkg
- point to them in UMS.conf
mencoder_path = /usr ...
- Fri Sep 20, 2013 11:22 pm
- Forum: Help and Support
- Topic: WEB.conf - playback
- Replies: 3
- Views: 7906
Re: WEB.conf - playback
Why do you think a complete logfile would help here? A quick look into the sourcecode would show that the code is kinda wrong:
encoders/FFmpegWebVideo.java:
cmdList.add(executable().replace("/", "\\\\"));
All my nice slashes are replaced here with backslashes. This might work on Windows but ...
encoders/FFmpegWebVideo.java:
cmdList.add(executable().replace("/", "\\\\"));
All my nice slashes are replaced here with backslashes. This might work on Windows but ...
- Mon Aug 26, 2013 9:18 pm
- Forum: Help and Support
- Topic: WEB.conf - playback
- Replies: 3
- Views: 7906
WEB.conf - playback
Hi,
is anyone able to playback Web streams? Regular files (movies and audio) works perfectly fine. Now I wanted to try out Webstreams but somehow, UMS gets my path seperator wrong here...
DEBUG 2013-08-26 11:16:36.254 [mkfifo-15] Starting mkfifo -m 777 /tmp/universalmediaserver/ffmpegwebvideo_16 ...
is anyone able to playback Web streams? Regular files (movies and audio) works perfectly fine. Now I wanted to try out Webstreams but somehow, UMS gets my path seperator wrong here...
DEBUG 2013-08-26 11:16:36.254 [mkfifo-15] Starting mkfifo -m 777 /tmp/universalmediaserver/ffmpegwebvideo_16 ...
- Fri Aug 16, 2013 8:17 am
- Forum: Help and Support
- Topic: bind socket on multiple IP adresses?
- Replies: 2
- Views: 5795
bind socket on multiple IP adresses?
Hi,
is it possible to have UMS listen on two IP adresses? I'd like to have UMS exposed on my LAN and on my WAN NIC but not on another LAN NIC I also have in the system. "hostname" in UMS.conf seems to allow only a single value. Leaving "hostname" out of the configuration file, UMS will pick up one ...
is it possible to have UMS listen on two IP adresses? I'd like to have UMS exposed on my LAN and on my WAN NIC but not on another LAN NIC I also have in the system. "hostname" in UMS.conf seems to allow only a single value. Leaving "hostname" out of the configuration file, UMS will pick up one ...
- Thu Feb 28, 2013 8:17 pm
- Forum: Media Renderers
- Topic: Sony Bravia KDL-32EX500 & MEncoder/FFMPeg
- Replies: 12
- Views: 22648
Re: Sony Bravia KDL-32EX500 & MEncoder/FFMPeg
This is only a problem if you use non-Bravia renderers too. You do not need to care if the Bravia is your only renderer.
Is the position the same where the string gets added in the command line if you use renderer.conf?
Is the position the same where the string gets added in the command line if you use renderer.conf?