Boggartfly / EasyCast

My attempt at Airplaying content to an apple TV from an android smartphone
Apache License 2.0
7 stars 5 forks source link

Broadcast the video stream via a web server. #4

Open Boggartfly opened 10 years ago

Boggartfly commented 10 years ago

This leads to some info. https://code.google.com/p/open-airplay/wiki/Protocol

hussnain commented 10 years ago

have u implemented the sharing content on server.right now your code only search for apple tv

hussnain commented 10 years ago

https://code.google.com/p/open-airplay/source/browse/trunk/Java/src/com/jameslow/AirPlay.java this is the java code for sharing photo i converted this code in android but it doesnot share anything.have you find any work around for sharing in android

Boggartfly commented 10 years ago

I have not yet implemented sharing and sharing in my code. I'm gonna write it soon. Check back a week or two later for a stable build.

hussnain commented 10 years ago

are you using above airplay example for sharing ?

Boggartfly commented 10 years ago

Nope I have my own solution to it. Will code today at 9pm. First in making basic UI to support the code. And can you share this with other people? It might be helpful if I get some attention to this repo.

hussnain commented 10 years ago

OF course i will share it with others Happy coding.

Boggartfly commented 10 years ago

Thanks man!

hussnain commented 10 years ago

i am done with image sharing on android.if u need any help then do see rawphoto function in airplay.java

Boggartfly commented 10 years ago

What exactly do you mean photo sharing? Do photos stream to the Apple TV with your code? And pls provide a link to the same.

hussnain commented 10 years ago

yea photos are streaming on air server

hussnain commented 10 years ago

airserver and apple tv will behave same

Boggartfly commented 10 years ago

Pls gimme the link. I'll try incorporating that into my code. And if you like, fork my repo and submit a pull request!!

hussnain commented 10 years ago

https://code.google.com/p/open-airplay/source/browse/trunk/Java/src/com/jameslow/AirPlay.java

Boggartfly commented 10 years ago

Send me your modified version. I have already seen what you have sent. On 25-Apr-2014 4:42 pm, "nullpointer" notifications@github.com wrote:

https://code.google.com/p/open-airplay/source/browse/trunk/Java/src/com/jameslow/AirPlay.java

— Reply to this email directly or view it on GitHubhttps://github.com/Boggartfly/OpenAirplay/issues/4#issuecomment-41381743 .

hussnain commented 10 years ago

look and use only rawphoto function in this file and send it arguments you will achieve photo streaming(use bitmap instead of buffered image in android)

hussnain commented 10 years ago

mine version is not on git its on local

Boggartfly commented 10 years ago

Pls Send me your modified code. Its easier to use that way! I'm already dealing with a lot.

Boggartfly commented 10 years ago

Just send me a link on my email address laerdevstudios@gmail.com .

hussnain commented 10 years ago

any luck on audio/video ?

Boggartfly commented 10 years ago

I'm close to achieving for a photo... I'll push my latest code in a min..

Boggartfly commented 10 years ago

Can you tell me what to modify now? The code I have now is in the repo. Pls have a look at it.

Boggartfly commented 10 years ago

Airplaying Images now works provided you have specified IP Address of your AppleTV in code. Although service discovery works it has yet to be integrated with the broadcasting stream to the AppleTV.