Web content will not stream

For help and support with PS3 Media Server in general

Re: Web content will not stream

Postby stutunaru » Fri Dec 24, 2010 6:44 pm

As I've said several times, you need to update any scripts I've posted to the latest version. The error you reported indicates you're using an out-of-date script.

does it mean that i have to remove the pmsencoder 1.1.0.jar as well? because in the location where you mentioned that is 1.2.1 version i cant find pmsencoder 1.2.1.jar it's only pmsencoder.groovy. and what is the WEB.jar for?
thanks.
stutunaru
 
Posts: 34
Joined: Sun Dec 05, 2010 8:05 pm

Re: Web content will not stream

Postby chocolateboy » Fri Dec 24, 2010 6:56 pm

stutunaru wrote:does it mean that i have to remove the pmsencoder 1.1.0.jar as well?


https://github.com/chocolateboy/pmsencoder#Upgrade

i cant find pmsencoder 1.2.1.jar


https://github.com/chocolateboy/pmsencoder#Install

what is the WEB.[conf] for?


viewtopic.php?f=4&t=31
chocolateboy
Project Member
 
Posts: 2460
Joined: Wed Sep 16, 2009 10:05 am

Re: Web content will not stream

Postby stutunaru » Fri Dec 24, 2010 8:27 pm

thanks chocolateboy,
i use the latest pmsencoder plugin and i see this in the PMS trace
[Thread-15] TRACE 13:44:23.109 Media renderer was not recognized. HTTP User agent :Microsoft-Windows/6.1 UPnP/1.0 Windows-Media-Player-DMS/12.0.7600.16385 DLNADOC/1.50
[Thread-16] TRACE 13:44:23.265 Media renderer was not recognized. HTTP User agent :Windows-Media-Player-DMS/12.0.7600.16385
is this something i should be aware of?

P.S. everytime i see your nick name it makes me laugh :) why chocolateboy?
dont get it wrong.

appreciate your help
stutunaru
 
Posts: 34
Joined: Sun Dec 05, 2010 8:05 pm

Re: Web content will not stream

Postby Kreig415 » Fri Dec 24, 2010 9:37 pm

...
Last edited by Kreig415 on Wed Jan 05, 2011 4:42 am, edited 2 times in total.
Kreig415
 
Posts: 13
Joined: Tue Dec 14, 2010 9:02 pm
Location: SF CA US

Re: Web content will not stream

Postby stutunaru » Fri Dec 24, 2010 10:47 pm

Kreig415 wrote:@stutnaru:

That is simply a trace which is seeing a version of Windows Media Player 11+/Windows Media Connect 2+ which is set up to receive/play DLNA/UPnP AV (DMS) shares on your network--of which PS3 Media Server is one

It has nothing to do with PMSEncoder, FYI...


all right than....thanks.
i havent tried with this new pmsencoder 1.2.1 but with old one 1.1.0 i couldnt see any *.pls files. any ideas why?
even the audiostream is configured in WEB.config when i run PMS i can see none of them. when i tried to disable pmsencoder all audiostream shown right away....weired. i'll try tomorrow at home as i'm still at the office now.
thanks anyways....
stutunaru
 
Posts: 34
Joined: Sun Dec 05, 2010 8:05 pm

Re: Web content will not stream

Postby brotherjohn » Sat Dec 25, 2010 12:09 pm

brotherjohn wrote:
chocolateboy wrote:Why? Where does it say you should set either of those options?
Because I want the scripts, the log-file and the PMS.conf to be in the Windows default AppData directory and not in the application directory.
chocolateboy wrote:As I've said several times, you need to update any scripts I've posted to the latest version. The error you reported indicates you're using an out-of-date script.

I thought the scripts from here https://github.com/chocolateboy/pmsencoder/tree/master/misc/scripts were already updated to the new pmsencoder version??

Sorry, but I don't have a solution to this error. Can anybody help me with this? What did I wrong? I deleted the old pmsencoder.jar file in the plugins and renamed the pmsencoder.conf file to pmsencoder_conf.old
I deleted now the variables in the PMS.conf file and save the scripts under C:\Program files\PS3 Media Server\pmsencoder\. But nothing helps. Has anyone the same problem or a solution how it works? Thanks in advance.
brotherjohn
 
Posts: 146
Joined: Wed Sep 15, 2010 9:13 am

Re: Web content will not stream

Postby chocolateboy » Sat Dec 25, 2010 12:15 pm

Post your ard_zdf.groovy.
chocolateboy
Project Member
 
Posts: 2460
Joined: Wed Sep 16, 2009 10:05 am

Re: Web content will not stream

Postby brotherjohn » Sat Dec 25, 2010 12:35 pm

YES. That was the correct hint. :D Thank you.

I have had the following script:
Code: Select all
config {
    profile ('ARD/ZDF') {
        pattern {
            match $URI: '^http://hstreaming\\.(ard|zdf)\\.de/.+?\\.mov$'
        }

        action {
            // scrape the RTSP URI from the .mov "container" (actually a plain text file)
            scrape '(?<URI>rtsp://\\S+)'
            // now set the correct MEncoder options
            set '-rtsp-stream-over-tcp' // needed for some firewalls/routers
        }
    }
}


The correct one is as follows:
Code: Select all
script {
    profile ('ARD/ZDF') {
        pattern {
            match $URI: '^http://hstreaming\\.(ard|zdf)\\.de/.+?\\.mov$'
        }

        action {
            // scrape the RTSP URI from the .mov "container" (actually a plain text file)
            scrape '(?<URI>rtsp://\\S+)'
            // now set the correct MEncoder options
            set '-rtsp-stream-over-tcp' // needed for some firewalls/routers
        }
    }
}


It was the word 'config' instead of 'script'. Now, I don't get the errors anyone in the PMS-Log-Tab.
brotherjohn
 
Posts: 146
Joined: Wed Sep 15, 2010 9:13 am

Re: Web content will not stream

Postby chocolateboy » Sat Dec 25, 2010 12:52 pm

PMSEncoder 1.2.2 has been released.

This restores script support for the action method set(String) e.g.

Code: Select all
action {
    set '-rtsp-stream-over-tcp'
}
chocolateboy
Project Member
 
Posts: 2460
Joined: Wed Sep 16, 2009 10:05 am

Re: Web content will not stream

Postby stutunaru » Sat Dec 25, 2010 10:26 pm

chocolateboy wrote:PMSEncoder 1.2.2 has been released.

This restores script support for the action method set(String) e.g.

Code: Select all
action {
    set '-rtsp-stream-over-tcp'
}

@chocolateboy
can you please test the latest pmsencoder against audiostream, pick any one.
i still cant see any *.pls files as soon as i use pmsencoder :(
thanks.
stutunaru
 
Posts: 34
Joined: Sun Dec 05, 2010 8:05 pm

PreviousNext

Return to General Help and Support

Who is online

Users browsing this forum: Google [Bot] and 24 guests