-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot Play any movies #1
Comments
I've unfortunately faced the same issue... Did you find any fix to solve this problem? |
In the meantime, I will dive a little more into the source code to try to find an answer. |
The RAMP protocol is the old outdated version, which does not work for newly created applications. They use second version of protocol based on secure sockets and protocol buffers. I am working on protocol implementation and maybe I will fork this project to make it working with latest protocol. |
If someone is interested I have implemented same functionality but in V2 protocol in my fork. I have tested basic functions, but something may not work, so please don't judge me hard :) |
@vitalidze could you also provide a compiled binary of caster.jar with the new V2 protocol? |
hi there,
I cannot play any videos. If is issue the command:
Caster>java -jar caster.jar -l
LobCast/192.168.1.117
I can see the ccast
but when I issue:
:\Users\Administrador\Desktop\GitHub\Caster>java -jar caster.jar -d 192.168.1.117 -s "http://commondatastorage.googleapis.com/gtv-videos-bucket/big_b
ck_bunny_1080p.mp4"
nothing happens.
I have my app published and running over ssl, I also changed the appid on main.java and on my receiver.
RampClient: get response code=204
RampClient: device=http://192.168.1.117:8008
RampClient: apps url=http://192.168.1.117:8008/apps/
RampClient: get response code=204
RampClient: get response code=404
RampClient: get response=
abr 14, 2014 7:19:25 PM com.entertailion.java.caster.Log e
SEVERE: RampClient: APP ID is invalid
The appid is correct, Am I missing something ?
The text was updated successfully, but these errors were encountered: