StreamNation Studio - Live stream from your Droid to your website, anywhere!
Hello Everyone,
After a long time, with up and downs, a lot of struggling, I can present you my newest project 'StreamNation Studio'.
I. So What does StreamNation Studio exactly do:
- You can live stream snapshots in 1 second intervals to your own website!
- Go Solo or make your own Crew!
- Overlay images WHILE livestreaming!
- Add amazing effects to the stream!
- Any network! (WiFi, 3G, EDGE, ...)
- Easy to install. Easy to use!
II. How does StreamNation Studio work:
I used my own Advanced Camera Library to add some new features to it. This is where I struggled the most.
But thanks to Agraham, we figured it out. (Thanks again ). So how does it actually work now?
When you press the Live button, the app uses my Advanced Camera Library to capture a frame on the current frame.
It decodes itself to a jpeg and it is 'putted' into a bytearray. Next, the bytearray encodes as a Base64 string,
sends away with a POST Method to the listening PHP server and raises an event. And than, we just loop it in the called event.
III. Beta Version:
Now, The application is still in Beta-version, this is where I want to ask you, guys. If you guys (and girls) are intrested
you can try the beta version now and by helping, finding bugs, giving improvements, suggestions, you will receive a free
copy of the Full Version of StreamNation Studio and Tracked!
Note that the app is heavily protected, licensed and copyrighted, so don't steal
IV. How to get the Beta version and work with it?
(Android Version 2.1 +)
Download the beta here: StreamNation Studio website.
1. Click the beta release button.
2. Read the TOS. You don't want to sell your soul, do you?
3. Press the "I agree to the RootSoft Terms of Service" if you agree.
Please download it only once as this will affect our statestics!
Edit: Read the README's in the .zip file.
V. What does the PHP files do?
There are two versions of plugin.php. plugin.php and plugin1.php. You can choose which one to use.
The difference between them is that plugin.php supports the image overlay, but the negative side of it,
is that it is much slower because it 'merges' the images into the frames. This works best on Wifi.
Now please, feel free to give any suggestions, improvements, bugs, PHP code improvements...
Like screen resolution, how it looks like on your device, ...
This will really help us a lot, and thanks to Erel for his wonderful creation.
Thanks,
XverhelstX
Hello Everyone,
After a long time, with up and downs, a lot of struggling, I can present you my newest project 'StreamNation Studio'.
I. So What does StreamNation Studio exactly do:
- You can live stream snapshots in 1 second intervals to your own website!
- Go Solo or make your own Crew!
- Overlay images WHILE livestreaming!
- Add amazing effects to the stream!
- Any network! (WiFi, 3G, EDGE, ...)
- Easy to install. Easy to use!
II. How does StreamNation Studio work:
I used my own Advanced Camera Library to add some new features to it. This is where I struggled the most.
But thanks to Agraham, we figured it out. (Thanks again ). So how does it actually work now?
When you press the Live button, the app uses my Advanced Camera Library to capture a frame on the current frame.
It decodes itself to a jpeg and it is 'putted' into a bytearray. Next, the bytearray encodes as a Base64 string,
sends away with a POST Method to the listening PHP server and raises an event. And than, we just loop it in the called event.
III. Beta Version:
Now, The application is still in Beta-version, this is where I want to ask you, guys. If you guys (and girls) are intrested
you can try the beta version now and by helping, finding bugs, giving improvements, suggestions, you will receive a free
copy of the Full Version of StreamNation Studio and Tracked!
Note that the app is heavily protected, licensed and copyrighted, so don't steal
IV. How to get the Beta version and work with it?
(Android Version 2.1 +)
Download the beta here: StreamNation Studio website.
1. Click the beta release button.
2. Read the TOS. You don't want to sell your soul, do you?
3. Press the "I agree to the RootSoft Terms of Service" if you agree.
Please download it only once as this will affect our statestics!
Edit: Read the README's in the .zip file.
V. What does the PHP files do?
There are two versions of plugin.php. plugin.php and plugin1.php. You can choose which one to use.
The difference between them is that plugin.php supports the image overlay, but the negative side of it,
is that it is much slower because it 'merges' the images into the frames. This works best on Wifi.
Now please, feel free to give any suggestions, improvements, bugs, PHP code improvements...
Like screen resolution, how it looks like on your device, ...
This will really help us a lot, and thanks to Erel for his wonderful creation.
Thanks,
XverhelstX
Attachments
Last edited: