Skip to content
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

Open
x011 opened this issue Apr 14, 2014 · 6 comments
Open

Cannot Play any movies #1

x011 opened this issue Apr 14, 2014 · 6 comments

Comments

@x011
Copy link

x011 commented Apr 14, 2014

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 ?

@tagnaouti
Copy link

I've unfortunately faced the same issue... Did you find any fix to solve this problem?

@tagnaouti
Copy link

In the meantime, I will dive a little more into the source code to try to find an answer.

@vitalidze
Copy link

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.

@vitalidze
Copy link

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 :)

@hE-rx
Copy link

hE-rx commented Oct 30, 2014

@vitalidze could you also provide a compiled binary of caster.jar with the new V2 protocol?

@vitalidze
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants