How to set up PS3 Media Server to stream AceStream to PlayStation?
I've been hunting around in net for weeks and trying no end of different setups and I feel like I’m going in circles.
I want to watch some live streams from AceStream on my PlayStation 3. I have installed PS3 Media Server and have installed Ace Stream Media 2.2.4.
I also have VLC Player installed because some people said that is needed.
I have already configured PS3 Media Server to share the media on my Windows 7 computer, so I just need to get the live web streaming figured out now.
Unfortunately, I've not found any guides or information that seem to work with the existing version of PS3 Media Server.
I imagine that there are some Super User users that have set this up without any problem and hopefully can give me a hand.
windows-7 vlc-media-player streaming ps3 ps3-media-server
add a comment |
I've been hunting around in net for weeks and trying no end of different setups and I feel like I’m going in circles.
I want to watch some live streams from AceStream on my PlayStation 3. I have installed PS3 Media Server and have installed Ace Stream Media 2.2.4.
I also have VLC Player installed because some people said that is needed.
I have already configured PS3 Media Server to share the media on my Windows 7 computer, so I just need to get the live web streaming figured out now.
Unfortunately, I've not found any guides or information that seem to work with the existing version of PS3 Media Server.
I imagine that there are some Super User users that have set this up without any problem and hopefully can give me a hand.
windows-7 vlc-media-player streaming ps3 ps3-media-server
add a comment |
I've been hunting around in net for weeks and trying no end of different setups and I feel like I’m going in circles.
I want to watch some live streams from AceStream on my PlayStation 3. I have installed PS3 Media Server and have installed Ace Stream Media 2.2.4.
I also have VLC Player installed because some people said that is needed.
I have already configured PS3 Media Server to share the media on my Windows 7 computer, so I just need to get the live web streaming figured out now.
Unfortunately, I've not found any guides or information that seem to work with the existing version of PS3 Media Server.
I imagine that there are some Super User users that have set this up without any problem and hopefully can give me a hand.
windows-7 vlc-media-player streaming ps3 ps3-media-server
I've been hunting around in net for weeks and trying no end of different setups and I feel like I’m going in circles.
I want to watch some live streams from AceStream on my PlayStation 3. I have installed PS3 Media Server and have installed Ace Stream Media 2.2.4.
I also have VLC Player installed because some people said that is needed.
I have already configured PS3 Media Server to share the media on my Windows 7 computer, so I just need to get the live web streaming figured out now.
Unfortunately, I've not found any guides or information that seem to work with the existing version of PS3 Media Server.
I imagine that there are some Super User users that have set this up without any problem and hopefully can give me a hand.
windows-7 vlc-media-player streaming ps3 ps3-media-server
windows-7 vlc-media-player streaming ps3 ps3-media-server
edited Aug 5 '18 at 3:10
Scott
15.8k113990
15.8k113990
asked Apr 12 '14 at 15:36
DavidDavid
2921721
2921721
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
After you have succesfully installed PS3 Media Server and enabled Sopcast Streaming (see other guide),
you can stream video and audio from Torrent Stream (Ace Stream).
Just follow the below steps:
Open TS Player (that’s Torrent Stream) and go to “Tools” → “Preferences”.
Click at the “All” radio button in the bottom “Show Settings” dialogue in order to display all the options.
Click “Stream Output” in the menu above.
In the Default Stream Output Chain, add the next line of code/string:
#duplicate{dst="http{mux=ts,dst=:8902/tv.asf}",dst=display}
Check “Display While Streaming”.
Open Command Prompt (type
cmd
in the Windows search bar) and typeipconfig
in order to discover your computer's internal IP address (it’s usually besides the IPv4 address).
Go to the
WEB.conf
file (for those of you who don't know, it’s underC:/ProgramData/PMS
—it’s a hidden folder) and add the channel to PS3 Media Server by adding this line of code (open with WordPad):
# TorrentStream
videostream.Web,TorrentStream=TorrentStream,http://YOUR_INTERNAL_IP:8902/tv.asf,http://i.imgur.com/KXcQ6.jpg
Replace YOUR_INTERNAL_IP with the IP address you got from step 6.
Your internal IP address may change from time to time;
check that they match each time.
Of course the Torrent Stream program & PS3 Media Server program have to work properly in order for PlayStation to stream!
Your answer (WEB.conf
, step 7) contains an imgur URL that doesn’t make sense as part of an answer. Please edit and fix it.
– Scott
Aug 5 '18 at 3:14
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f740960%2fhow-to-set-up-ps3-media-server-to-stream-acestream-to-playstation%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
After you have succesfully installed PS3 Media Server and enabled Sopcast Streaming (see other guide),
you can stream video and audio from Torrent Stream (Ace Stream).
Just follow the below steps:
Open TS Player (that’s Torrent Stream) and go to “Tools” → “Preferences”.
Click at the “All” radio button in the bottom “Show Settings” dialogue in order to display all the options.
Click “Stream Output” in the menu above.
In the Default Stream Output Chain, add the next line of code/string:
#duplicate{dst="http{mux=ts,dst=:8902/tv.asf}",dst=display}
Check “Display While Streaming”.
Open Command Prompt (type
cmd
in the Windows search bar) and typeipconfig
in order to discover your computer's internal IP address (it’s usually besides the IPv4 address).
Go to the
WEB.conf
file (for those of you who don't know, it’s underC:/ProgramData/PMS
—it’s a hidden folder) and add the channel to PS3 Media Server by adding this line of code (open with WordPad):
# TorrentStream
videostream.Web,TorrentStream=TorrentStream,http://YOUR_INTERNAL_IP:8902/tv.asf,http://i.imgur.com/KXcQ6.jpg
Replace YOUR_INTERNAL_IP with the IP address you got from step 6.
Your internal IP address may change from time to time;
check that they match each time.
Of course the Torrent Stream program & PS3 Media Server program have to work properly in order for PlayStation to stream!
Your answer (WEB.conf
, step 7) contains an imgur URL that doesn’t make sense as part of an answer. Please edit and fix it.
– Scott
Aug 5 '18 at 3:14
add a comment |
After you have succesfully installed PS3 Media Server and enabled Sopcast Streaming (see other guide),
you can stream video and audio from Torrent Stream (Ace Stream).
Just follow the below steps:
Open TS Player (that’s Torrent Stream) and go to “Tools” → “Preferences”.
Click at the “All” radio button in the bottom “Show Settings” dialogue in order to display all the options.
Click “Stream Output” in the menu above.
In the Default Stream Output Chain, add the next line of code/string:
#duplicate{dst="http{mux=ts,dst=:8902/tv.asf}",dst=display}
Check “Display While Streaming”.
Open Command Prompt (type
cmd
in the Windows search bar) and typeipconfig
in order to discover your computer's internal IP address (it’s usually besides the IPv4 address).
Go to the
WEB.conf
file (for those of you who don't know, it’s underC:/ProgramData/PMS
—it’s a hidden folder) and add the channel to PS3 Media Server by adding this line of code (open with WordPad):
# TorrentStream
videostream.Web,TorrentStream=TorrentStream,http://YOUR_INTERNAL_IP:8902/tv.asf,http://i.imgur.com/KXcQ6.jpg
Replace YOUR_INTERNAL_IP with the IP address you got from step 6.
Your internal IP address may change from time to time;
check that they match each time.
Of course the Torrent Stream program & PS3 Media Server program have to work properly in order for PlayStation to stream!
Your answer (WEB.conf
, step 7) contains an imgur URL that doesn’t make sense as part of an answer. Please edit and fix it.
– Scott
Aug 5 '18 at 3:14
add a comment |
After you have succesfully installed PS3 Media Server and enabled Sopcast Streaming (see other guide),
you can stream video and audio from Torrent Stream (Ace Stream).
Just follow the below steps:
Open TS Player (that’s Torrent Stream) and go to “Tools” → “Preferences”.
Click at the “All” radio button in the bottom “Show Settings” dialogue in order to display all the options.
Click “Stream Output” in the menu above.
In the Default Stream Output Chain, add the next line of code/string:
#duplicate{dst="http{mux=ts,dst=:8902/tv.asf}",dst=display}
Check “Display While Streaming”.
Open Command Prompt (type
cmd
in the Windows search bar) and typeipconfig
in order to discover your computer's internal IP address (it’s usually besides the IPv4 address).
Go to the
WEB.conf
file (for those of you who don't know, it’s underC:/ProgramData/PMS
—it’s a hidden folder) and add the channel to PS3 Media Server by adding this line of code (open with WordPad):
# TorrentStream
videostream.Web,TorrentStream=TorrentStream,http://YOUR_INTERNAL_IP:8902/tv.asf,http://i.imgur.com/KXcQ6.jpg
Replace YOUR_INTERNAL_IP with the IP address you got from step 6.
Your internal IP address may change from time to time;
check that they match each time.
Of course the Torrent Stream program & PS3 Media Server program have to work properly in order for PlayStation to stream!
After you have succesfully installed PS3 Media Server and enabled Sopcast Streaming (see other guide),
you can stream video and audio from Torrent Stream (Ace Stream).
Just follow the below steps:
Open TS Player (that’s Torrent Stream) and go to “Tools” → “Preferences”.
Click at the “All” radio button in the bottom “Show Settings” dialogue in order to display all the options.
Click “Stream Output” in the menu above.
In the Default Stream Output Chain, add the next line of code/string:
#duplicate{dst="http{mux=ts,dst=:8902/tv.asf}",dst=display}
Check “Display While Streaming”.
Open Command Prompt (type
cmd
in the Windows search bar) and typeipconfig
in order to discover your computer's internal IP address (it’s usually besides the IPv4 address).
Go to the
WEB.conf
file (for those of you who don't know, it’s underC:/ProgramData/PMS
—it’s a hidden folder) and add the channel to PS3 Media Server by adding this line of code (open with WordPad):
# TorrentStream
videostream.Web,TorrentStream=TorrentStream,http://YOUR_INTERNAL_IP:8902/tv.asf,http://i.imgur.com/KXcQ6.jpg
Replace YOUR_INTERNAL_IP with the IP address you got from step 6.
Your internal IP address may change from time to time;
check that they match each time.
Of course the Torrent Stream program & PS3 Media Server program have to work properly in order for PlayStation to stream!
edited Aug 4 '18 at 21:34
Scott
15.8k113990
15.8k113990
answered Aug 4 '18 at 21:12
user930594user930594
1
1
Your answer (WEB.conf
, step 7) contains an imgur URL that doesn’t make sense as part of an answer. Please edit and fix it.
– Scott
Aug 5 '18 at 3:14
add a comment |
Your answer (WEB.conf
, step 7) contains an imgur URL that doesn’t make sense as part of an answer. Please edit and fix it.
– Scott
Aug 5 '18 at 3:14
Your answer (
WEB.conf
, step 7) contains an imgur URL that doesn’t make sense as part of an answer. Please edit and fix it.– Scott
Aug 5 '18 at 3:14
Your answer (
WEB.conf
, step 7) contains an imgur URL that doesn’t make sense as part of an answer. Please edit and fix it.– Scott
Aug 5 '18 at 3:14
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f740960%2fhow-to-set-up-ps3-media-server-to-stream-acestream-to-playstation%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown