-
I have encountered the same problem , anyone could help?.
2009-08-19 13:09:32 UTC by zoechen799
-
Now I already registered and started the catraStreaming service successfully on Windows Server 2008. I test using Quick Time, I just see the "Negotiating" message of Quick Time. I also run netstat -n command in Windows, it shown "Established" on 554 port. But I cannot make it streaming. Catra Streaming Platform can stream media on Windows Server 2008?.
2009-08-18 07:36:15 UTC by huynhtrinh
-
Is anyone using this server successfully to stream to mobile phones?
If so, what platform?
If it needs something fixed to work well, any idea what needs fixing?
Thanks.
2008-10-01 08:17:06 UTC by dcbill
-
When I run the command below to register the server as a service it crashes and give the error below
~/catrastreaming-1.7-pc-i386-linux/bin$ sudo ./catraStreamingServer -i
Class: ToolsErrors, Code: 108, File: Service.cpp, Line: 1937, Msg: The isInstalled function of the Service class failed
Class: ToolsErrors, Code: 107, File: catraStreamingServer.cpp, Line: 92, Msg: The parseArguments...
2008-07-13 13:40:13 UTC by redsorrow
-
Is it a bug?
I am not sure, let's see my new test:
Servlet = /authorization/servlet/AuthorizationProxy?op%61getAuthorization&PlayerURL%61$PlayerURL$&PlayerIP%61$PlayerIP$
Look for the first '?' in the line. From all my test, seems like the '?' is the key to get the para $PlayerURL$, $PlayerIP$ translated into the actual value. Mean that the server will activate the...
2008-05-30 10:46:22 UTC by tansooeng
-
further test:
I switched back the servlet in the configuration (BeginningHook) to the default sample.
Servlet = /authorization/servlet/AuthorizationProxy?op%61getAuthorization&PlayerURL%61$PlayerURL$&PlayerIP%61$PlayerIP$
After restart, looking at the error code:
GET request...
2008-05-29 06:41:22 UTC by tansooeng
-
servlet??PlayerURL%61track.3gp&PlayerIP%61192.168.100.215
In the documentation, it says:
##This parameter indicates the HTTP GET to be called by the
##streaming server (could be a servlet).
##This parameter could include some variables
##(enclosed using the '$' character) that will be substituted by the
##streaming server with the right values.
##The variable that could be...
2008-05-28 10:49:13 UTC by tansooeng
-
<AUTHORIZED\n
PlayerURL = $playerurl ;Player IP = $playerip\n>
Yes, finally changed to the above and it works, at least the Response Msg is no longer "<br".
I define the servlet line in the configuration file as:
servlet??PlayerURL%61track.3gp&PlayerIP%61192.168.100.215
the "??" was an trial and error to get it run as a single "?" the...
2008-05-27 09:22:18 UTC by tansooeng
-
Seems like the Authorization Message in the Log file always appear as "<br".
I tried having the response text from the servlet changed to:
-------------------------------------
<AUTHORIZED\n
Authorization Start the Message>
-------------------------------------
<AUTHORIZED <br>
Authorization Start the Message>
-------------------------------------...
2008-05-27 06:44:32 UTC by tansooeng
-
Get the latest gz file, it's there.
2008-05-27 06:38:42 UTC by tansooeng