looking for a 2 parallel stream ICECAST2 android client with MetaTag support ?? - General Questions and Answers

Hi All,
I have a specific requirement for an android app that can stream 2 x M3U streams in parallel whilst displaying both streams MetaData on a common
screen.
This is to provide smartphone monitoring of two business radio networks for senior management such that they know which talkgroup is talking
and can hear the conversation on each group in as near real time as possible - but with one app.
I have done the "hard" bit (getting the metadata out of the radio and into the icecast streamer) but need an icecast2 app with dual stream support
I know each stream works as I have been testing using Xiaa Pro.
Anyone know of an android app that meets my needs please ?
Regards
'CQU

Related

Dreambox Remote Control

Hi,
The Dreambox is a series of Linux-powered DVB satellite, terrestrial and cable digital television receivers (set-top box), produced by German multimedia vendor Dream Multimedia.
I'm getting tired to see all these Iphone apps capable of managing the Dreambox and nothing in our WIMo environment
I'm sure one of our contrubutor should be able to build one app such as this one for exemple : Idream Remote fot Iphone
Interesting - I wasn't aware of the existence of these kind of applications for the Dreambox.
Well, when I find some sparetime, in a week or two, I might have a look at it. I don't know how the iPhone communicates with the dreambox (I don't think it uses infrared or similar) but my guess would be that it uses the WebIf of the Dreambox to change channel, volume-control and so on.
In order to use WebIf (or telnet), please be aware that your Dreambox must be connected to your network which at the same time is accessabile by your phone.
I don't have a Dreambox (I had one but it broke) but I do have an IpBox which is also running Enigma 1 so if it works on my IpBox, it should also work on your Dreambox running Enigma 1. I don't know about Enigma 2 but I think the WebIf is the same so it should work as well.
If you're still interested, please let me know.
You're exactly right, it uses the WebInf and has nothing to do with infrared type connectivity.
I can reach the WebInf from the Internet with my HD2 but I guess there's probably an issue between Opera and the way they have coded their interface.
You're help will be much appreciated ...$$
Which dreambox (enigma) do you have?
I made a windows mobile remote for my dreambox but I suck bigtime at GUI I don't remember how far I got on the .dll that controls the box but I did manage to send most of the keys you find on the normal remote control and zap between channels by browsing your bouquets and channels in a listview on the phone.
As I've switched to the iPhone I stopped the development but If you guys need help remote controlling the box by posting http queries to webif please let me know and I'll help you!
Øystein
I own a DreamBox 8000 HD running enigma 2.
It is a truly fantastic piece of technology!
Hej!!
I am currently having a look at the source-code of Enigma http://cvs.tuxbox.org/tuxbox/tuxbox/apps/tuxbox/enigma/src/ to see if I can trace the syntax of common http-queries needed, at least for the most basic operations such as zapping and so on. What regards Enigma2, I found a nice wiki for the Enigma2-webinterface.
I am also trying to figure out if I can do common operations also by telnet.
I very much appreciate your offer for help and if I get stuck, I will definetely get back to you (screaming for help)
Tack ska du ha. Nu ska jag sova
t0flus said:
I made a windows mobile remote for my dreambox but I suck bigtime at GUI I don't remember how far I got on the .dll that controls the box but I did manage to send most of the keys you find on the normal remote control and zap between channels by browsing your bouquets and channels in a listview on the phone.
As I've switched to the iPhone I stopped the development but If you guys need help remote controlling the box by posting http queries to webif please let me know and I'll help you!
Øystein
Click to expand...
Click to collapse
Send me a DM 8000 and I'll send you a remote control
As far as I know my application only works for Enigma 1.....
Øystein
Well you see I personally think, watching TV on such a small screen is probably not priority one but rather being able to set recording timer, EPG ..etc all these options which are available on webinf would be much welcome.
This would be great app. I have DM7000 (Enigma1) and DM800 (Enigma2) and HTC HD2 ready to test out. My dream application would be possibility to change bouquets and channels using mobile device and also be able receive streaming video to the mobile device. This is all possible and I use a PC with VLC to reduce the size of video stream , but I need to do all of this manually today. Log on to Webif ofdreambox, change channel, then log on to the 24/7 PC that runs VLC (via remote of course) stop the stream, open new stream from dreambox. Then catch that stream with coreplayer on mobile phone. As you can see it is very difficult. But result is great, I am really satisfied with video quality.
What kind of parameters do you start vlc with to transcode the signal to a format that the Window Phone can handle? And which player do you use on the phone?
Øystein
Will respond when at home on the vlc parameters.
I watch video with CorePlayer. Here is the preview:
http://www.youtube.com/watch?v=Ts4QCfFzYPA
Video is taken while watching through WiFi. DM stream is reduced to 2Mbs, works great, video quality is really good. Didn't try through 3G or similar. But just imagine once 4G kicks in ( I see you might be from Norway, I am in Norway too), you can basically watch good quality video wherever you are (if it does not cost to much to use network )
I'm from Norway. When it comes to streaming to the internet my ADSL upload bandwidth is the biggest problem. I've ordered fiber and hope to have it installed this summer
So you start VLC manually each time you need to stream? And if you switch channel you need to restart VLC with different paramters since the stream from the dreambox has changed? Am I right? Which OS is your VLC transcoder running on?
Øystein
I am running VLC on Windows Server 2003. Same can be done on XP.
Yes, I need to stop VLC manually. I do that by logging in remotely into my server and clicking stop button. If I want to switch channel, I need to log to DM Webif and change channel there, then on Server stoP VLC and open new stream from DM. Basically, due to this complexity, I rarely watch tv on mobile. In fact I set up Discovery channel (since I watch it most) and when I want to watch it on mobile, I log on to DM Webif , change channel to Discovery and then just open stream on Coreplayer on mobile.
All of these steps in theory can be on mobile device. Ideally, there would be functionality to read channel list (only when needed) from Dreambox into WM device memory. Then there are command lines that can be executed to change channel on DM. At least I have at some point did it from my Win XP PC. Then there are command lines to stop VLC and reopen new stream with all parameters. And then there should be a way to stop and restart coreplayer stream...
Same setup as me....
I already developed a remote to my WM device that can zap channels based on the bouquets. You get a list of your bouqets and you switch to whatever channel you want. This is done by connecting directly to WebIf by HTTP queries. It's not ready to be released but it works...most of the time
About watching video I'm thinking of a solution where the mobile client contacts an Asp.Net server by either webservice og regular http to start the stream. The server will close any instances of VLC that's already running, fetch the current stream from the dreambox and start VLC again with the proper transcode parameters.
Fetching the stream from the dreambox is easy and already implemented.
Stopping and starting VLC works is OK.
The only thing missing on the server is the transcoding part....
On the mobile client:
Expanding the GUI with a "Watch" button.
Store additinal settings for server ip/host and credentials....
Starting Coreplayer with the server path once a confirmation has been received from the server.
/Ø
Anything I can do to help? testing? donation? I am not a programmer, so can't add much help with improving the program...
Not sure what transcoding difficulties you have met. Doing it manually is quite straightforward. There is a command line description of commands here:
http://www.videolan.org/doc/play-howto/en/ch04.html
There are some projects that kind of works, but just on PC platform. Can some ideas be taken from them? I have in mind m4rtin solution, or some other.
By the way, I see that success of this project also depends on having right Enigma version, DM image, VLC version, unless somebody can make a flexible app allowing to select all these parameters.
I have DM7000 (Enigma 1) and DM800 (Enigma 2), both running Gemini image (do not remember version number now). VLC version is 0,86. Changing VLC version is absolutely not a problem, of course.
By the way, if you plan to invest your time into this project, it would be great to have profiles to select, that would contain different streaming settings. Let say when you are home, IP address to the server might be 192.168.1.1 for exemple and you can aford 2Mbs stream size (although I am not sure it makes sense to have more than 800 X 480 around 400kbs). Once you are outside home, you but have good Wifi connection, you can select another profile, where IP of server is *****.dyndns.org and stream is set to 3-400 kbs (depending on up speed of your line). When you have week signal, you might want to lower bitrate further.
So profiles would be great!
I'm running a DM7020 Gemini 4.6 (Enigma 1). When the remote is working on it I can flash it with a Enigma 2 firmware. Which of your boxes one are you streaming from?
I know VLC changed alot on their streaming GUI recently.. don't know if the command line has changed.....
Øystein
if you could help me with VLC that would be fine When you start the stream in VLC it should display the arguments when configuring the stream.....If I remember correctly (the 0.8.6 version) the command line arguments can be found at the bottom of the screen in the last step when configuring the stream inside VLC. It should look something like:
":sout=#transcode{vcodec=mp1v,vb=1024,acodec=mpga,ab=192}:standard{mux=ps,dst=,access=http}:sout-transcode-soverlay=0"
As you can see both codecs and bitrate can be altered directly in this stream so it should be possible to make high/medium/low streams for different networks.
I haven´t got a license on Coreplayer. Is it possible to use TCMP or do I have to buy one?
Øystein

Android app DNLA Client???

Hello. I fount, that I can serve the media content from android phone through Twonky server to my PC. But I want retrograde app - the android DNLA media CLIENT - to play the streamed video or audio on my Android phone - from my PC media library.
Any idea?
Thanx!!!
rooomish
I don't know much about Android...
...but I'm interested in getting an android phone, probably the HTC Desire.
Can't you just link your phone into your home network, like I've done with my WM6.5 phone? That way, you can just browse to the relevant media folder on your network from your phone and play the file via the relevant app on your phone. I do that for video and music on my WM phone.
Or does Android not allow you to link into a PC network?
Linking to a PC network over SMB/CIFS is not straightforward AFAIK:
You can browse and copy files with applications such as ES File Explorer, but that is not integrated into the file system for all applications. And You can use xyflash to stream from the network using certain protocols such as http and ftp, but not in a very user friendly way.
I'd love to see something being able to browse and stream using DNLA/UPNP or mount a SMB path in the android file system, but I haven't seen it yet. Though the latter may be possible if you device is rooted, I haven't checked that out...
Are you looking for something like AndroMote, or to go the other way around?
http://www.androlib.com/android.application.czesla-android-remote-wnp.aspx
benmyers2941 said:
Are you looking for something like AndroMote, or to go the other way around?
http://www.androlib.com/android.application.czesla-android-remote-wnp.aspx
Click to expand...
Click to collapse
Just saw this post; I've been using this for a while (originally just to test it) it works well with my Buffalo Linkstation's Media server.
As I can see, there is no news about video dnla app client - only audio is possible now :/
rooomish said:
As I can see, there is no news about video dnla app client - only audio is possible now :/
Click to expand...
Click to collapse
Not necessarily.... If you have a UPnP server on your PC (TVersity, Playon, etc...) you can use PlugPlayer (plugplayer . com) as your client...
I've spent some time recently to look for a UPnP stack solution for android, so perhaps my exploration can be of use.
I found out that EyeconTroller is a nice media renderer. I only tested audio but EyeconTroller is supposed to handle videos as well.
I've tested it with two android devices: the first one runs iMediashare (media server), the second one runs EML UPnP-AV Controlpoint to act as a remote controller, and EyeconTroller runs on both devices. Using EML I was able to stream from iMediashare to EyeconTroller on both devices.
Next step is to stream from my linux box, but i don't expect any issue here (granted it is on the same subnet, which it is not for now), considering that EML discovered the iMediashare and all EyeconTroller instances without problem.
Note that for now EyeconTroller is free but might not always be (see eyecontec site).
I have a lcd tv samsung C550, they have dlna with name 'allshare', they can display music, photos and messages, but I think this only work with galaxy S, would be nice if any android phone can send text message to tv.
skifta is a great dlna client
i search for a audio only dlna client, they are all audio and video and i just want a small case to plug to my audio mixer.. without any drive i wan't to stream music directly from my phone as i can do on my tv with any NAS and skifta.

something like Airfoil for android??

Hi
need some help to find a app that will let me stream music from my X10 to other devices that are connected just like Airfoil.
If i play music or a movie on my x10 and send/hijack this to a tv or stereo using the wifi, airport or mha DNLA. Is there a app for this??
Please help me out.
I use Bluetooth to stream MP3 and Youtube (sound only) to my stereo.
Is this what you are after?
dieselboy said:
I use Bluetooth to stream MP3 and Youtube (sound only) to my stereo.
Is this what you are after?
Click to expand...
Click to collapse
Yes something like that but i will be able to use the wifi or airport, dnla. so i can stream spotify, grooveshark or video from my x10 and se it on, TV or play music in my stereo.
How does bluetooth and stream work, do you use a app??
Have you had a look at iMediashare in the market? I use it to stream from my Dinc to my WDTV LIVE. Only done music and images, so can't speak as to whether it does video effectively or not.
Sent from my Dinc using XDA App
Digging up this old thread. Did you find a solution for it?
iMediashare is limited by content it can read. ie. cant play Spotify or Google Music wich would be my main purpose of this.
Anyone know of an app that would work?
Help
I have the same problem.
Need a app for getting my spotify (on galaxy s2) to my Apple TV 2gen.
That would be epic!
most def Would be awsome to stream Napster from android to wifi speaker device., airport or whatever
try twonky mobile
Hooride707 said:
try twonky mobile
Click to expand...
Click to collapse
As far a i can see, this has the same limitations as iMediashare that i mentioned earlier. It cant play from Spotify/Google Music.
Does anyone know if this is even possible on Android? I am considering trying to develop an app to do this myself as i really miss this possibility both on my tablet and phone.
I second that request
I also really need this feature, What airfoils does for windows, i need on my 3.2 tablet and 4.0 phone.
the ability to grab sound from any program running, and sent it to any DLNA compatibly unit on the network. Airport express, windows media player and so on.
Like Mixy says, all the programs that i have found a limited to share the content that they can play.
A Android Airfoil remote, would do the trick in my case. So that my windows server, running XBMC was the source of the sound, if i only could remote turn on Airfoil speakers from my phone.
I would recommend all interested to send a mail to Rogue Amoeba (dev of Airfoil), saying you are interested in this app. I've done so, but showing increased interest would be good.
I'm interested too ! Looking for something like the sonos solution but using a wifi network connected device and operating through something like airfoil for android. Any reply from Rogue Amoeba ?
I just sent Rogue Amoeba a message, will let everyone know there response.
This is what i got the last time i mailed them:
Hi Fredrick, As far as sending audio FROM Android out, it's unlikely we'll be doing that (though we'll see). We do hope to introduce an Airfoil Speakers (the receiving end) client for Android - we'll see what happens in the future.
-Paul
EDIT:
I should also add that I am playing with the idea of making something like this myself. I dug around in the Android SDK and could not find anything to get audio-stream from other apps. This is due to security of apps and their content. Spotify does not want their stream to be able to be recorded etc.
I'm no dev, so my research is slow, but from what i can tell this app would require root, and possibly also injection of code into the ALSA library used by Android.
I also received a response:
Thanks for getting in touch with us. Currently, our mobile development plans are only to improve upon Airfoil Speakers Touch for iOS devices. However, we're evaluating interest in extending Airfoil Speakers to other platforms, so this sort of feedback definitely helps. So, stay tuned for updates from us and do let us know if you've got any other questions or issues.
Mixy your finding makes sens. Maybe find a equalizers program, they also must grab the sound from playing apps, right ?
But then a again, what i really need is the ability to toggle playing sound unit.
I wrote this trough Rogue Amoeba support page.
http://getsatisfaction.com/rogueamoeba/topics/airfoil_for_android
http://forum.xda-developers.com/showthread.php?t=849097
I like to toggle speakers playing on a windows airfoil from my android.
and second i like a airfoil grabber for android, so that all sound are transmitted.
So the windows server can see that transmit and you can from your android unit, control the windows server and on that server's airfoil speakers press receive from android unit.
Completing android in the Airplay/DLNA wonder world
Click to expand...
Click to collapse
What about emulating a Bluetooth speaker ?
Still protected by SDK limits ?
All sounds are passed through to the speaker, can it be grabbed here and sent to a dnla unit ?
---------- Post added at 06:31 PM ---------- Previous post was at 06:20 PM ----------
This is the answer from Rogue Amoeba, disappointing answer. So i guess its time to look for another program, that does what airfoil does but + android support.
Hi there,
At this time, we have no plans for Android versions of any of our software, but we'll see what happens.
-Paul
--
Paul Kafasis
Rogue Amoeba Software, LLC
Click to expand...
Click to collapse
Hi guys, I'm very interested too with an app that allows you to send Spotify to an Airplay receiver ... I heard about a plugin for Doubletwist that allows you to stream what you're listenning with this player to Airplay ... So maybe you could check for this to allow streaming every audio programs that are played ? I'm not a dev so ...
Good luck if you try to make an app by yourself, I really hope it'll be working and I would be the first owner !
Its true that you can play mp3 files to an airplay reciever, but that is because the program "owns" the music.
In the case of Spotify, the Spotify app owns the music, and thus it would have to hijack the audio-stream

[Q] Video Streaming?

One thing i really miss from my time spent with iPhone is airplay, used it everyday.
Since jumping on to WP7 i have searched hi & low for a streaming solution and haven`t found one yet.
So my question, is there any video/music streaming option for Mac to WP7 out there?
That might actually be worth developing. Bear in mind that WP7 users who run OS X PCs are going to be an extremely niche market, though. There are two ways that I can see to do it, though:
* Write a WP7 app that acts as a client for a current streaming service on OS X / iTunes. Make sure the stream can be decoded on the phone and that the service recognizes the app, but neither should be too hard (WP7 already recognizes most of Apple's codecs).
* Write a WP7 app that acts as a client to a dedicated media server app. Write that dedicated media server app, for OS X and possibly other platforms. The server would take care of ensuring WP7 compatibility. You'd need Apple dev tools (which is expensive, for somebody who currently owns no Apple hardware) and knowledge of writing good server code, though.
For HTC phones, you can download "Connected Media" from the HTC section of marketplace. Although not the greatest player, it does allow you to play non-DRM music and videos stored in your library (no streaming) to DLNA receivers. I use it to play to my Linksys Extender of my Media Center every once in a while.
@spokanedj: I think the OP is looking for the other direction, streaming files from the PC (Mac, in this case) to the phone. I'm guessing the goal is working around the limited storage on the phone for people with a really big media library.
I enjoy watching tv-shows when laying in bed, so yes im only interested in streaming.
I saw on https://www.emitapp.com/ that wp7 app coming soon.
I used emit on android, it wasnt perfect but i did the job

Which DB, IDE, and Format is best to use for a video sharing, cross-platform app?

I am working on a project that is somewhat similar to the way Netflix works (as a streaming service), and have the following requirements:
Database that stores video files
Create group that can access the video
Ability for Owner to invite/add users to the group(s)
Video can be played/paused, and resumed if users close and come back to watch later.
Users in the Group can watch the video at the same time
Email/push notifications whenever owner of a group uploads a new video ready for watching
Now I have last developed in Android some 4 years ago, but in terms of cross platform compatibility, e.g. iOS and Android, what is the best approach for this project?
Should I use AWS or Azure to host the database? Would SQL database work well with storing videos? Is MP4 the best format considering its wide compatibility? From my android experience, I developed an App in Android studio, but is there a better alternative to develop an app that can work for both iOS and Android at once?

Categories

Resources