Re: start player with rtsp://...

2007-12-09 Thread Mark Talluto

On Dec 7, 2007, at 3:58 AM, Richard Miller wrote:


Mark,

As I recall, I had the same problem and discovered I needed to  
create a new, identical player (by script), and delete the old  
player, every time I needed the player to play an rtsp url. Then  
the start player command would work fine. Before creating the new  
player, of course, the script should keep track of all the relevant  
information about the previous player (rect, borders, alwaysbuffer,  
showController, etc.) so it can seamlessly create a new player  
without the user seeing what is happening.


Yes... this is a workaround for a bug.



Hi Richard,

I will take a workaround over just the bug any day.  Thanks for  
pointing that out.  I'll give it a try and see how it goes.



Mark Talluto
--
CANELA Software
http://www.canelasoftware.com

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: start player with rtsp://...

2007-12-07 Thread Richard Miller

Mark,

As I recall, I had the same problem and discovered I needed to create  
a new, identical player (by script), and delete the old player, every  
time I needed the player to play an rtsp url. Then the start player  
command would work fine. Before creating the new player, of course,  
the script should keep track of all the relevant information about  
the previous player (rect, borders, alwaysbuffer, showController,  
etc.) so it can seamlessly create a new player without the user  
seeing what is happening.


Yes... this is a workaround for a bug.

Richard



On Dec 6, 2007, at 1:50 PM, Mark Talluto wrote:



On Dec 4, 2007, at 6:08 AM, Klaus Major wrote:

I have a player where I set the filename to a rtsp://... url  
which works fine.


But when I script: start player xyz I see: -5405: Function not  
supported

(in german) in the QT controllerbar.

No problems when I click the play button (of the QT controller)  
manually.


What gives? Any hints very appreciated.



There is bug: http://quality.runrev.com/qacenter/show_bug.cgi? 
id=1239 that may be related.  I need to give it a run on 2.9 to  
see if the bug still exists.



Mark Talluto
--
CANELA Software
http://www.canelasoftware.com

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: start player with rtsp://...

2007-12-06 Thread Mark Talluto


On Dec 4, 2007, at 6:08 AM, Klaus Major wrote:

I have a player where I set the filename to a rtsp://... url  
which works fine.


But when I script: start player xyz I see: -5405: Function not  
supported

(in german) in the QT controllerbar.

No problems when I click the play button (of the QT controller)  
manually.


What gives? Any hints very appreciated.



There is bug: http://quality.runrev.com/qacenter/show_bug.cgi? 
id=1239 that may be related.  I need to give it a run on 2.9 to see  
if the bug still exists.



Mark Talluto
--
CANELA Software
http://www.canelasoftware.com

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: start player with rtsp://...

2007-12-05 Thread Sivakatirswami

Trevor DeVore wrote:

On Dec 4, 2007, at 9:57 PM, Chipp Walters wrote:


Do you stop by setting the playrate to 0?


Yes.


FWIW: I've also solved a number of issues by always cleaning up the 
player, after stopping, set the file name to empty, set the current time 
to 0, save, before leaving the card (hiding the group or whatever) ... I 
never was able to ferret out the exact isues... but


He was much happier to be  left with filename empty; be opened (the 
player), displayed, all other processes in the stack finished and 
*then*... set the URL by script and set the playrate to 1. One issue for 
sure is: if you set the filename to a remote URL and then quit the stack 
after a save... you have left that player hooked up to a remote URL.. 
So, then if you intend to use that card + player later and set it to a 
different URL... the player seems to be unhappy that he has been set to 
open a socket to play one movie (the URL that you left behind in an 
earlier session), but then by script you are resetting the filename to a 
different URL... it can just hang, or take forever to start as if he's 
saying Gee I already opened a socket to this one movie and now you want 
me to play a different movie? Let me hang up on the first one and if I 
don't get too confused will try to load and play the new one... half 
the time it would hang... after I started cleaning up the player on 
exit...symptoms disappeared...well, almost...he still will not play 
remote movies with a Fast Start Header that play just fine in a 
browser...  so we've moved (I should say Andre has) a RevBrowser solution.)



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: start player with rtsp://...

2007-12-04 Thread Trevor DeVore

On Dec 4, 2007, at 9:08 AM, Klaus Major wrote:

I have a player where I set the filename to a rtsp://... url which  
works fine.


But when I script: start player xyz I see: -5405: Function not  
supported

(in german) in the QT controllerbar.

No problems when I click the play button (of the QT controller)  
manually.


What gives? Any hints very appreciated.


What happens if you set the playrate to 1?


--
Trevor DeVore
Blue Mango Learning Systems
www.bluemangolearning.com-www.screensteps.com


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: start player with rtsp://...

2007-12-04 Thread Klaus Major

Hi Trevor,


On Dec 4, 2007, at 9:08 AM, Klaus Major wrote:
I have a player where I set the filename to a rtsp://... url  
which works fine.
But when I script: start player xyz I see: -5405: Function not  
supported

(in german) in the QT controllerbar.
No problems when I click the play button (of the QT controller)  
manually.

What gives? Any hints very appreciated.


What happens if you set the playrate to 1?


Then that damn thing starts as exspected :-D
Thanks a LOT!

I was hoping that you would come up with a smart solution ;-)

One could think these commands are identical...


--
Trevor DeVore
Blue Mango Learning Systems
www.bluemangolearning.com-www.screensteps.com


Best regards from germany

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: start player with rtsp://...

2007-12-04 Thread Trevor DeVore

On Dec 4, 2007, at 10:00 AM, Klaus Major wrote:


Then that damn thing starts as exspected :-D
Thanks a LOT!

I was hoping that you would come up with a smart solution ;-)

One could think these commands are identical...


One would think that as that would make sense. They really *should* be  
doing the same thing under the hood. But I've seen a few reports where  
people were having problems with the start command and using  
playrate fixed the problem.


happiness = use playrate

--
Trevor DeVore
Blue Mango Learning Systems
www.bluemangolearning.com-www.screensteps.com


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: start player with rtsp://...

2007-12-04 Thread Chipp Walters
Do you stop by setting the playrate to 0?
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: start player with rtsp://...

2007-12-04 Thread Trevor DeVore

On Dec 4, 2007, at 9:57 PM, Chipp Walters wrote:


Do you stop by setting the playrate to 0?


Yes.

--
Trevor DeVore
Blue Mango Learning Systems
www.bluemangolearning.com-www.screensteps.com


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution