acestream with universal media player

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Post Reply
hotpasu
Posts: 1
Joined: Tue Jul 26, 2016 6:13 am

acestream with universal media player

Post by hotpasu »

Hello, I'm new at this
I could say please as set acestream (ace player hd) and universal media server to see the files I'm reproduce directly from the Internet (torrent, sports, etc) with ace player in the smart TV or PS3?

I read a tutorial that had to be put on the ace player:

In the Default Output Stream Chain add the next line of code / string:

#duplicate {dst = "http {mux = ts, dst =: 8902 / tv.asf}" dst = display}

and modifies the file web.conf universal media player by adding the following lines:

# TorrentStream
videostream.Web,TorrentStream=TorrentStream,http://YOUR_INTERNAL_IP:8902/tv.asf,http://i.imgur.com/KXcQ6.jpg


Is that correct?

Could someone confirm or explain how to configure it?

Greetings and thanks from Argentina
Jones2020
Posts: 2
Joined: Fri Jan 01, 2016 10:10 am

Re: acestream with universal media player

Post by Jones2020 »

I tried it and confirm it works !!
gege799
Posts: 2
Joined: Fri May 05, 2023 7:19 am

Re: acestream with universal media player

Post by gege799 »

hello and thanks
i tried this procedure
really i didnt find any web.conf but instead i found UMS.conf in program data/ums
i added that line at the end of the file then i setted ace player hd to restream as u suggested.
but...nothing happend
what im doing wrong?
thanks
User avatar
mik_s
Moderator
Posts: 1115
Joined: Wed Aug 23, 2017 11:03 pm
Location: UK

Re: acestream with universal media player

Post by mik_s »

This is a 7 year old thread so is unlikely to apply to the latest version of UMS.

Now there is no web.conf, instead this had been incorporated into SHARED.conf with your other shared content and virtual folders.

To set up streaming content do it from shared content in the the web settings.
Just click on "+ add new shared content" then select the type (eg. video stream), Give it a name that will appear in your renderer and you can add a path so it will be inside its own folder, then enter the URL for the stream. Don't forget to save.
Clipboard Image (6).jpg
Clipboard Image (6).jpg (12.02 KiB) Viewed 2411 times
I don't know about the #duplicate part but as that has the "#" it would have be seen as a comment and ignored.
This may be a setting in acestream and not UMS so may mean something else.

The bit with KXcQ6.jpg is just for the thumbnail and I don't think you can use that now.
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.
gege799
Posts: 2
Joined: Fri May 05, 2023 7:19 am

Re: acestream with universal media player

Post by gege799 »

thanks for reply
so in ace player hd sout i setted like this:

#std{access=http, acodec=mpga, vcodec=h264, mux=ts, dst=:8903/sample}

in universal mediaplayerd i added a videostream as you said adding this as URL

http://192.168.178.xxx:8903/sample

before i tested this link with VLC from another pc in the same lan and it works.
but it doesnt works in universal media player.
maybe i have to add some encoding?
thanks
User avatar
mik_s
Moderator
Posts: 1115
Joined: Wed Aug 23, 2017 11:03 pm
Location: UK

Re: acestream with universal media player

Post by mik_s »

I have no idea as not something I have used but don't you have to point to an actual stream not a directory?

The first post has the setting "dst =: 8902 / tv.asf" so I would guess the streaming address would be "http://192.168.xxx.xxx:8902/tv.asf", Would the spaces matter?

This is guessing but I might be able to see something in the logs if you post them (see the section in red above)
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.
Post Reply