Can Android TV run VLC from IR remote? - Android TV General

Hi! Thanks for help, I have a Sony Bravia
Is it possibile to run VLC from a remote button? (for example instead of netflix)
Can I run it also with network commands? (using Node Red)
Can I start VLC running a playlist?
Thank you

On your Android TV and search for button mapper in Playstore and follow this instructions

Thanks, I will
What about other questions? I'm wondering if there is any chance to start VLC running a playlist..

Can I run it also with network commands? (using Node Red)
Click to expand...
Click to collapse
I don't know..
Can I start VLC running a playlist?
Click to expand...
Click to collapse
Probably if VLC is your default player for playlists but ATV version incomparable with VLC on other platforms in my experience

thanks for answer,
about playlist, I create an m3u files with local rtsp camera, my goal is to open VLC showing directly the camera, I need to find a way to run it passing some comands, maybe creating a special icon for that..

Related

Streaming video from vlc to G1?

I am trying to restream some online windows formatted video streams to my G1 using VLC.
I have tried to get this working myself, with the help of google.
But I just can't get it working.
This should work... in theory:
cvlc -vvv "<url>" --sout '#transcode{soverlay,ab=42,samplerate=44100,channels=1,acodec=mp4a,vcodec=h264,width=328,height=288,fps=15,vb=200,venc=x264{vbv-bufsize=500,partitions=all,level=12,no-cabac,subme=7,threads=4,ref=2,mixed-refs=1,bframes=0,min-keyint=1,keyint=50,trellis=2,direct=auto,qcomp=0.0,qpmax=51}}:gather:rtp{mp4a-latm,sdp=rtsp://0.0.0.0:8000/news.sdp}'
I have alswo tried streaming over http: std{access=http,mux=ts,dst=0.0.0.0:8000}'
Whenever I try, Meridian just says "sorry, this video cannot be played."
This is the output from logcat:
I/ActivityManager( 97): Starting activity: Intent { data=rtsp://xx.xx.xx.xx:8000 flags=0x10000000 comp={org.iii.ro.meridian/org.iii.ro.meridian.VideoPlayActivity} }
I/ActivityManager( 97): Stopping service: org.iii.ro.meridian/.MusicPlaybackService
I/HTCIMEService( 260): [finishInput]:
W/ActivityManager( 97): Unable to start service Intent { action=com.htc.android.mail.eassvc.EASAppSvc }: not found
E/HTCIMEService( 260): ^^^^^^^^^^^^^^^^^^^^^^Fail to bind EAS AppSvc!
W/ActivityManager( 97): Unbind failed: could not find connection for [email protected]
V/VideoView( 6200): reset duration to -1 in openVideo
I/ActivityManager( 97): Displayed activity org.iii.ro.meridian/.VideoPlayActivity: 891 ms
E/PlayerDriver( 37): Command PLAYER_INIT completed with an error or info PVMFFailure
E/MediaPlayer( 6200): error (1, -1)
E/MediaPlayer( 6200): Error (1,-1)
D/VideoView( 6200): Error: 1,-1
E/MediaPlayer( 6200): stop called in state 0
E/MediaPlayer( 6200): error (-38, 0)
W/MediaPlayer( 6200): mediaplayer went away with unhandled events
W/InputManagerService( 97): Window already focused, ignoring focus gain of: [email protected]
D/dalvikvm( 97): GC freed 31607 objects / 1294288 bytes in 475ms
honestly i just use ORB. It streams and converts the video(files, music, pictures, etc) on the fly to your phone. It is about as easy as it gets.
ggolemg said:
honestly i just use ORB. It streams and converts the video(files, music, pictures, etc) on the fly to your phone. It is about as easy as it gets.
Click to expand...
Click to collapse
orb is pretty terrible in that it is restricted to windonkey on the server side. VLC is open source and probably the #1 media server/player for *nix, though also works for the donkey.
@DarkFoxDK: have you been able to transcode a static file for playback using VLC? I haven't tried with VLC yet (just mencoder). That is definitely a first step, to make sure that the encoding you are using is proper for the device. When you have that working, then try with the streaming. Is meridian even capable of receiving streaming video? I suppose that the best approach would be to develop a VLC-port for android.
ggolemg said:
honestly i just use ORB. It streams and converts the video(files, music, pictures, etc) on the fly to your phone. It is about as easy as it gets.
Click to expand...
Click to collapse
Windows is just not an option... besides, I don't want to rely on a 3rd party service.
lbcoder said:
@DarkFoxDK: have you been able to transcode a static file for playback using VLC? I haven't tried with VLC yet (just mencoder). That is definitely a first step, to make sure that the encoding you are using is proper for the device. When you have that working, then try with the streaming. Is meridian even capable of receiving streaming video? I suppose that the best approach would be to develop a VLC-port for android.
Click to expand...
Click to collapse
I haven't actually tried that yet, I'll do that as soon as I have the time.
Meridian is using the video view-thing in android like all the other apps, so yes. (Also, there's an "Open URL" option, with rtsp:// in it as default).
Yes, the mobile equivalent of VLC is CorePlayer and they're working on it: http://forum.corecodec.com/viewtopic.php?f=22&t=1327. I'ts pay-for but it'll play pretty much anything you throw at it (within limits).
Yes, it does indeed play with no problems, when I save it to a file.
Using std{access=file,dst=/home/martin/test.mp4}
I really have no clue where to go from here.
I had a similar adventure trying to get VLC streaming working a few months back. I pretty much got to the same spot you are. I then found that what Android supports is RTSP, not RTP streams (or at least that is how I interpreted it). From how I understood it RTSP is basically just a control channel for delivering RTP and other streams. Luckily VLC has VLM which is supposed to do RTSP stream management. You get to it in vlc->tools->VLM Configuration. I played around with that for a few hours, but never got it actually streaming. I got discouraged when I found someone reporting that RTSP was broken in the current 1.0 android build, but I never went back and tried again with cupcake. This is all from memory so might not be totally accurate. If you do figure it out, please post! If I get to hacking on it again I will do the same.
I almost got this working...
I set up Darwin Streaming Server and the sample files work (except for the h264 ones..).
But I just can't get VLC working...
According to this thread it seems to be a problem/bug with VLC: http://forum.videolan.org/viewtopic.php?f=4&t=58616
did any of u guys try that feature in gmote ?? it has an otion of playback into phone..i tried with a mp3 file but it took me ages to buffer a 3mb file tho...
Dare{D}evil said:
did any of u guys try that feature in gmote ?? it has an otion of playback into phone..i tried with a mp3 file but it took me ages to buffer a 3mb file tho...
Click to expand...
Click to collapse
It doesn't work outside your own LAN, so it doesn't really work for that purpose..
GMote will stream over 3G, just follow the steps in its FAQ to forward ports and you're all set.
innerspace said:
GMote will stream over 3G, just follow the steps in its FAQ to forward ports and you're all set.
Click to expand...
Click to collapse
Ok, But can it take a live video stream and transcode it to a digestible format for the G1?
Anyways, I got restreaming working with these settings
Code:
vlc rtsp://streamer-01.dr.nordija.dk/dr1lowmp4 -I dummy --sout "#transcode{vcodec=h264,venc=x264{no-cabac,level=12,vbv-maxrate=384,vbv-bufsize=1000,keyint=75,ref=3,bframes=0},width=320,height=180,acodec=mp4a,ab=64,vb=384}:rtp{dst=0.0.0.0,port=1234,sdp=file:///usr/local/movies/t.sdp,mp4a-latm}"
DarkFoxDK said:
Anyways, I got restreaming working with these settings
Code:
vlc rtsp://streamer-01.dr.nordija.dk/dr1lowmp4 -I dummy --sout "#transcode{vcodec=h264,venc=x264{no-cabac,level=12,vbv-maxrate=384,vbv-bufsize=1000,keyint=75,ref=3,bframes=0},width=320,height=180,acodec=mp4a,ab=64,vb=384}:rtp{dst=0.0.0.0,port=1234,sdp=file:///usr/local/movies/t.sdp,mp4a-latm}"
Click to expand...
Click to collapse
Can you please give more specifics on this? I am desperately trying to get the output from my Linksys WVC54GCA visible on my HTC Hero and I think this may be the key. The cam already outputs RTSP stream which I can view in VLC but Android players won't open it.
I assume that I could just substitute my source video for the one you're using, but then how would I view this on my device? Is there a specific URL I would use? (Note: my device, camera, and VLC are all on the same LAN)
Thanks for your help, I've been pulling my hair out over this, I'm pretty handy with a Linux shell but am not very knowledgeable about this streaming stuff.
OK, I figured out the last bit. I just need to replace the sdp= part with an rtsp:// URL, and then that's the URL I send to Meridian Player or Doga Player on my Android device. So the full vlc command is:
Code:
vlc -v http://<CAMERA_IP>/img/video.asf -I dummy --sout "#transcode{vcodec=h264,venc=x264{no-cabac,level=12,vbv-maxrate=384,vbv-bufsize=1000,keyint=75,ref=3,bframes=0},width=320,height=180,acodec=none,ab=64,vb=384}:rtp{dst=,port=1234,sdp=rtsp://<COMPUTER_IP>:1234/stream.sdp,mp4a-latm}"
So then in Android I open the rtsp://<COMPUTER_IP>:1234/stream.sdp URL, which I assume is not the real data stream but rather is just info on how to open the video and audio streams.
It still doesn't look great but at least it's working, I'll mess around with the rest of the settings to try to get it to look decent (I'm guessing the closer I can get it to the original stream the better it will look).
Thanks for posting this, once I get it all working the way I want I'll post the final solution I came up with...
Happy streamer
I've been streaming media files and live satellite feeds with VLC to all my mobile devices for several years.
I just want to share my settings with you guys so you could try out what i've been happy with for many years.
I'm using VLC 0.8.6i and have all the settings in a m3u file. For media files replace the <media> with what you would like to stream.
The settings gives good quality stream and work great for streaming on a 3G and HSDPA network.
Code:
#EXTM3U
#EXTVLCOPT:sout=#transcode{vcodec=div3,vb=650,width=400,height=240,acodec=mp3,ab=96,channels=2,fps=25.0,samplerate=44100}:duplicate{dst=std{access=http,mux=asf,dst=:88}} :sout-all
<media>
This m3u file can be used for streaming all types of media just replace <media> with what ever you like to stream.
Happy streaming.
bulldog64 said:
Code:
#EXTM3U
#EXTVLCOPT:sout=#transcode{vcodec=div3,vb=650,width=400,height=240,acodec=mp3,ab=96,channels=2,fps=25.0,samplerate=44100}:duplicate{dst=std{access=http,mux=asf,dst=:88}} :sout-all
<media>
Click to expand...
Click to collapse
hy bulldog64!
thx for that input - but i do not quite get it - do you http-serve the m3u file to the android-device via apache or do you just launch it on the server? when i execute your m3u-file it plays my video, but vlc outputs:"cant find file.."<your code>". how is it supposed to be set up? whats the url to call on the android-broswer (<ip>:88/<??which file>) ? thanks a lot! i have been trying to stream localy (from localhost to localhost) for some hours, but vlc´s syntax is too much for me, and after all i dont know the basics of streaming..
tinyDVR app works
tobiasly said:
OK, I figured out the last bit. I just need to replace the sdp= part with an rtsp:// URL, and then that's the URL I send to Meridian Player or Doga Player on my Android device. So the full vlc command is:
Thanks for posting this, once I get it all working the way I want I'll post the final solution I came up with...
Click to expand...
Click to collapse
Was hoping for a update here for a while. Looked all over for a solution... And just tonight found one!
TinyDVR (free via market)!
All other apps failed miserably. (At least with the WVC54GCA linksys cams) Even that 'IP cam viewer - lite' app failed. (i wasnt willing to shell out 10 bucks for the pro.)
Anyway! Yay
i found this to work locally:
Code:
vlc <path-to-video-file> :sout=#transcode {vcodec=h264,vb=256,width=320,height=280,scale=1,acodec=mpga,ab=64,channels=2}:duplicate{dst=std{access=http,mux=asf,dst=:8085}} :sout-all
but now, which (free) client on android can open streams ?? got a galaxy and the browser wont launch the player.
You can use Dogaplayer to get the stream.
Do you have the option with the M3U file of Bulldog64 working?
I have the same problem:
VLC plays the file, but doesn't stream anything if I start the M3U on my server.
For me it would be great to get it working!
I have made a M3U file with a playlist of all my DVB-T TV card channels.
So when it's possible to get the stream code working in the M3U file , I can watch and zap TV on my mobile.
hy
no dogaplayer wont access 3g on my galaxy s - "cant play video"- i got no network activity, so i assume it has trouble getting out to the network. so far i have found "vlc stream&convert" an app that can remote control vlc, browse directories and start streming and play the stream. on my galaxy s it starts streaming (network activity, vlc log file shows start) bit it doesnt show any video or audio.
Try TCP port 554 for streaming and open your dynamic UDP ports (I think all > 41000)in your router. This works for me. I use Vodafone as a provider and they only allow rtsp video streams over TCP port 554. Music (mp3) streams is also possible over http.
Have you any results with M3U playfiles?
I use VLC Stream & Convert too, but if I select the M3U playlist file and start VLC web interface on my PC server, I see in Stream & Convert all information about the actual playlist file, but I receive no video and sound signal. Other video files (such as MPG, MP4) works OK, so it is not a settings problem. I don't have a credit card, so I don't know if you have to have the Pro version for this. Can anyone tell me?
This is also the reason I want the M3U file to contain streaming & convert settings, so I can view the stream with Dogaplayer, so without the use the app. Stream & Convert.

AllShare....

How do I use this thing? I Googled it but couldn't find much info. How do I add a server? Is it all done over WiFi?
How to use All Share
All Share allows you to stream pictures, video and music to and from your device over your local wifi network. It should work with DLNA certified devices. It works using uPnP. Basically, you can use it some TVs, home media servers and gaming consoles such as PS3. That said, I don't own anything like that. There is free software the will allow you to access and play files to and from your computer with ease.
I suggest XBMC.
Once XBMC is installed go to:
Configure Sysytem -> Settings -> Network
Check the following boxes:
1) Share video and music libraries through UPnP
2) Allow control of XBMC via UPnP
Now fire up All Share on your device select play file from your phone to device. In addition to your local computer you should see XBMC, select it and enjoy the stream. I've been very impressed with the video quality. I'm sure there are other application that will allow you to stream to your PC but so far this was the simplest solution I've found.
Oh and prepare to be disappointed, Avatar was not an option, aside from the trailer. If your looking to convert your own movies for mobile use I'd suggest you start with Handbrake. It's very easy to use.
BritCrit said:
All Share allows you to stream pictures, video and music to and from your device over your local wifi network. It should work with DLNA certified devices. It works using uPnP. Basically, you can use it some TVs, home media servers and gaming consoles such as PS3. That said, I don't own anything like that. There is free software the will allow you to access and play files to and from your computer with ease.
I suggest XBMC.
Once XBMC is installed go to:
Configure Sysytem -> Settings -> Network
Check the following boxes:
1) Share video and music libraries through UPnP
2) Allow control of XBMC via UPnP
Now fire up All Share on your device select play file from your phone to device. In addition to your local computer you should see XBMC, select it and enjoy the stream. I've been very impressed with the video quality. I'm sure there are other application that will allow you to stream to your PC but so far this was the simplest solution I've found.
Oh and prepare to be disappointed, Avatar was not an option, aside from the trailer. If your looking to convert your own movies for mobile use I'd suggest you start with Handbrake. It's very easy to use.
Click to expand...
Click to collapse
This is badass. Worked like a charm... Thanks! And can this be done over the internet? Like how would I stream it to an IP/Port?
Has anyone tried WDTV Live? All share does not see WDTV Live as media rendered?
I want to push video from phone to WDTV or vise versa?
hah2110 said:
This is badass. Worked like a charm... Thanks! And can this be done over the internet? Like how would I stream it to an IP/Port?
Click to expand...
Click to collapse
It's intended to work over wifi only, however, this might be possible through ORB. It does recognize the device in All Share but frankly haven't tooled around with it much. I'll let you know what I find out.
mveksler said:
Has anyone tried WDTV Live? All share does not see WDTV Live as media rendered?
I want to push video from phone to WDTV or vise versa?
Click to expand...
Click to collapse
I have been able to stream to my wdtv live with no issues. I don't have custom firmware, just the latest stock firmware.
However, my phone will not see wdtv as a server or nas? Which sucks cause that's where all the media is.
Playon, tversity, ps3media server and Xbmc all streamed media from a hard drive or my pc perfectly.
Playon was not able to stream, online media I.e. Hulu, adult swim.
I've been able to stream videos to my phone using AllShare from two of my Windows 7 machines, no additional software needed. I have a Homegroup setup and just have the the folders containing the videos shared with the Homegroup.
jrparker99 said:
I've been able to stream videos to my phone using AllShare from two of my Windows 7 machines, no additional software needed. I have a Homegroup setup and just have the the folders containing the videos shared with the Homegroup.
Click to expand...
Click to collapse
Can you describe this more in depth?
hah2110 said:
Can you describe this more in depth?
Click to expand...
Click to collapse
Windows 7 supports DLNA, which is what AllShare uses for media streaming. I'm able to share videos, music, and pictures over Wifi on my home network. I like to stream videos from my PCs to my phone for viewing either on my phone, or on my TV through the video out capability of the Vibrant's 3.5mm headphone jack.
Take a look at this link to enable your media sharing on Windows 7:
http://blogs.msdn.com/b/e7/archive/2009/05/12/media-streaming-with-windows-7.aspx
I did have to reboot my PC after changing my Windows settings to see the shared folders show up in AllShare. I'm not sure if this step is required, just my experience.
If you have any other specific questions, please let me know.
Edit:
If you don't have Windows 7, you can install the Samsung server software (PC Share Manager) on Windows XP or Vista, available here :
http://www.samsung.com/us/consumer/...XAA/index.idx?pagetype=prd_detail&tab=support
(Click the Software link under then Downloads tab)
This was mentioned in another thread by user siberslug
Thanks for the tips, certainly a better solution than a third party players.
jrparker99 said:
Windows 7 supports DLNA, which is what AllShare uses for media streaming. I'm able to share videos, music, and pictures over Wifi on my home network. I like to stream videos from my PCs to my phone for viewing either on my phone, or on my TV through the video out capability of the Vibrant's 3.5mm headphone jack.
Take a look at this link to enable your media sharing on Windows 7:
I did have to reboot my PC after changing my Windows settings to see the shared folders show up in AllShare. I'm not sure if this step is required, just my experience.
If you have any other specific questions, please let me know.
Edit:
If you don't have Windows 7, you can install the Samsung server software (PC Share Manager) on Windows XP or Vista, available here :
(Click the Software link under then Downloads tab)
This was mentioned in another thread by user siberslug
Click to expand...
Click to collapse
I have windows 7, I created a homegroup and shared my libraries ...I cannot see the files or folders with allshare. It tell me no media. I restarted my computer and phone. I don't know what the problem is but I've been messing with it for a while now and thought I'd try and get some help
sorry had to remove the links on the quote above because i'm still new. I guess.
lemarg said:
I have been able to stream to my wdtv live with no issues. I don't have custom firmware, just the latest stock firmware.
However, my phone will not see wdtv as a server or nas? Which sucks cause that's where all the media is.
Playon, tversity, ps3media server and Xbmc all streamed media from a hard drive or my pc perfectly.
Playon was not able to stream, online media I.e. Hulu, adult swim.
Click to expand...
Click to collapse
If you remember, what file format were you able to steam through playon to your phone? I couldn't get any files or online streams to work. Also did you use the "My Media" or the "Local Files" plug-in?
Thanks!
tacomaguy20 said:
I have windows 7, I created a homegroup and shared my libraries ...I cannot see the files or folders with allshare. It tell me no media. I restarted my computer and phone. I don't know what the problem is but I've been messing with it for a while now and thought I'd try and get some help QUOTE]
Figured out I was being blocked by my firewall. I got it working now
Click to expand...
Click to collapse
how to use allshare between vibrant and ps3?
hi guys... i've been reading all the threads on allshare but could not find an answer for the ps3 sharing. my ps3 recognized the vibrant right away but there was no content in video,audio or pictures. (yes i did choose files on the phone and added to playlist)..
any suggestions please? thanks...
** sorry for posting too soon... problem solved...
Holy shiznit....This is bad ass...I can now stream all of my TV shows from my PC to my phone while I am laying in bed. Now I can watch episodes of Burn Notice while my wife hogs up the TV.
I just tried it and it works like a charm.
Those of you who aren't sure how to do it I will explain:
-Using Windows 7, download the latest Windows Media Player
-Add your videos to a playlist
-Open up Allshare and select the second option
-Find your playlist and start watching
Can your iPhone do this?
So i can use XBMC and be able to control video on my PC from my phone, but when i try to play media on my PC to my phone the video and music library says no content. I'm not sure what I'm doing wrong...maybe I need my media in a specific folder? I tried my shared libraries in Win7, but nothing in those folders show up.
aztimmay said:
So i can use XBMC and be able to control video on my PC from my phone, but when i try to play media on my PC to my phone the video and music library says no content. I'm not sure what I'm doing wrong...maybe I need my media in a specific folder? I tried my shared libraries in Win7, but nothing in those folders show up.
Click to expand...
Click to collapse
I had the same issue with Win7. Do you have the latest version of windows media player? If not upgrade, then make certain to select "allow remote control of my player" and "Automatically allow devices to play media" from the Stream tab in windows media player. This should to access the files instead of just seeing empty folders.
It works with an Xbox 360 using media center too.
Pretty useful for showing video clips on my phone via a bigger screen.
BritCrit said:
I had the same issue with Win7. Do you have the latest version of windows media player? If not upgrade, then make certain to select "allow remote control of my player" and "Automatically allow devices to play media" from the Stream tab in windows media player. This should to access the files instead of just seeing empty folders.
Click to expand...
Click to collapse
Still not working...I have the latest and enabled the two options listed, but when I select from my phone "play file from server on my phone" now my PC doesn't show up as an option.
The only time I see my PC as an option on my phone is if i'm running XBMC, but even then I don't see any videos to select.
Found this video that helped explain how to setup the video library in XBMC which was easy to do, but now when add any of my movies to the playlist it says it cannot play the video even though most of them are AVI...unless it can't play AVI on the phone player...if that's the case, that good sir is LAME.
Almost forgot the link to the helpful video
youtube dot com slash watch?v=bCx0XtWB37w
(can't post links yet with all my noobness)
edit: Found a WMV file on my PC...put that file in the library and added it to the playlist...it keeps looking like it's loading or something, but nevers ends up playing it was never meant to be I guess

Chromecast

Hi,
i am currently got stuck in developing a video -> chromecast tool. I know how to detect the upnp chromecast adapters and i also think i understood how chromecast works. I'm able to start a youtube video by POST command to my chromecast and i'm also able to stop the stream via DELETE and go back to the main window. How do i stream a local video or music file resp. an hls stream? I suppose it is the PlayMovies app which starts https://play.google.com/video/avi/eureka?${POST_DATA}.
Peter
PMKnecht said:
Hi,
i am currently got stuck in developing a video -> chromecast tool. I know how to detect the upnp chromecast adapters and i also think i understood how chromecast works. I'm able to start a youtube video by POST command to my chromecast and i'm also able to stop the stream via DELETE and go back to the main window. How do i stream a local video or music file resp. an hls stream? I suppose it is the PlayMovies app which starts https://play.google.com/video/avi/eureka?${POST_DATA}.
Peter
Click to expand...
Click to collapse
Hi Peter,
having literaly no experince with the chromecast, im afraid the best i can offer you is this link and also this one
good luck!

Sky Sport Channels

Hello, i wanna know if exist one pluggin to sky sport channels, sport devil is one but the links are down and other no, navi-x the same problem, i want to know if exist one to that good channels please.
Thanks
You could use the PVR simple client live TV plugin for XBMC/Kodi. It provides access to over 1000 live streams including many sports channels including SS. I have it installed on my Fire TV and it works well.
I mostly use p2p streams to watch football. you can find xml parsers for it if you google it and you'd be able to watch sports in high resolutions.
nvm
gerikss said:
Yep, p2p streams is good for sport.
You can also watch acestream channels without XBMC and p2p streams.
Side load acestream engine from here http://dl.acestream.org/products/acestream-engine/android/armv7/latest
Side load Torrent Stream controller from here http://www.vidsoftware.ru/wp-content/releases/torrent-stream-controller-1.5.9.apk
Side load MX player from market.
Start Stream Controller (it works fine with AFT remote). In channels select Sport. Click on any channel. After buffering is completed select MX Player as video player.
P.s. Free version on Stream Controller sometimes has 15 seconds delay before start playing channel...
Click to expand...
Click to collapse
Is there any reason or advantage for streaming it outside of XBMC ?
Y314K said:
Is there any reason or advantage for streaming it outside of XBMC ?
Click to expand...
Click to collapse
I personally feel stream is lagging less in Stream Controller/MX Player, but may be just placebo ... Try it... The only problem in Stream Controller - it's reminders about full version
---------- Post added at 09:09 PM ---------- Previous post was at 09:05 PM ----------
And BTW you can also stream torrent files through it. In any file browser (or Dropbox app) click on torrent file and then open in Stream Controller.
plugin
Pak india live is a great plugin for xbmc it will get you all your sky sports plus bt sports you can get it from xunitytalks repo and its free
daryld said:
Pak india live is a great plugin for xbmc it will get you all your sky sports plus bt sports you can get it from xunitytalks repo and its free
Click to expand...
Click to collapse
That has now been removed and as it stands now wont return
I dont't know but for me p2p addon for XBMC does not work anymore on the FireTV since Version 1.1.3.
Does it still work for you guys?
Sportsdevil is good too, pakindia too and p2p i think its working yet
So which ones are still active/working & which ones are not...
SportDevil hardly ever works for me, I can't find anything to stream in HD without issue. So frustrating.
To give you guys more Detail:
For me the XBMC p2p-addon used to work just fine but since version 1.1.3 (and 1.1.5 now) it just doesn't work anymore.
When I start a stream it gets stuck at the point "Pre-buffering" Seeds:0 Download: 0/kbs
So it seems like it's not connecting to any seeds... or the built-in acestrem engine shuts down?!
When I try to sideload the external acestrem engine app, it always shuts down when I try to launch it.
I have found a quick fix that works for me. When I run it, it normally just flashes back into fired tv. When It does this I just go to es explorer in the usb storage folder and just delete the acestream.org folder.
When you run acestream again it runs perfectly again.
It always works for me.
gerikss said:
Yep, p2p streams is good for sport.
You can also watch acestream channels without XBMC and p2p streams.
Side load acestream engine from here http://dl.acestream.org/products/acestream-engine/android/armv7/latest
Side load Torrent Stream controller from here http://www.vidsoftware.ru/wp-content/releases/torrent-stream-controller-1.5.9.apk
Side load MX player from market.
Start Stream Controller (it works fine with AFT remote). In channels select Sport. Click on any channel. After buffering is completed select MX Player as video player.
P.s. Free version on Stream Controller sometimes has 15 seconds delay before start playing channel...
Click to expand...
Click to collapse
I tried your method, but I get an error which says that acestream is not going to work. Any suggestion?
alex1301 said:
I tried your method, but I get an error which says that acestream is not going to work. Any suggestion?
Click to expand...
Click to collapse
What exactly isn't working? Live stream or torrent file?
Nevermind, I deleted the Acestream folder and it works like charm
gerikss said:
What exactly isn't working? Live stream or torrent file?
Click to expand...
Click to collapse
alex1301 said:
Nevermind, I deleted the Acestream folder and it works like charm
Click to expand...
Click to collapse
Is it better then from within XBMC ??
And even though it has P2P on it's name we shouldn't need a VPN for torrenting protection ??
Y314K said:
Is it better then from within XBMC ??
And even though it has P2P on it's name we shouldn't need a VPN for torrenting protection ??
Click to expand...
Click to collapse
I dunno, I am using Torrent Stream controller and MX Player.
Y314K said:
Is it better then from within XBMC ??
Click to expand...
Click to collapse
As I said, I feel Stream Controller/MX player work better than XBMC p2p for me...
Y314K said:
And even though it has P2P on it's name we shouldn't need a VPN for torrenting protection ??
Click to expand...
Click to collapse
Well... It's torrent, you are sharing whatever you downloading... Do you need VPN? Up to you...

Network Storage

Anyone know if there is a compatible application that can stream media from my network to my nexus player?
Do a search for kodi/xbmc. Choose the latest x86 nightly
ckavvouras said:
Anyone know if there is a compatible application that can stream media from my network to my nexus player?
Click to expand...
Click to collapse
Bubble UPNP with google cast to NP, or install directly to NP.
I find ES Explorer and MX Player combo work fine with streaming videos to the NP.
ckavvouras said:
Anyone know if there is a compatible application that can stream media from my network to my nexus player?
Click to expand...
Click to collapse
I use Kodi. Since your post, they've released the final build of Kodi 14.0 (formerly XBMC). It runs beautifully. The only "issue" that I have is that my HDD goes into deep sleep. So sometimes I'll open Kodi and the first video that I select will give me the popup dialog of "video no long available, remove from library?" I just select no, and by then, the HDD is awake, so I select the video again and it plays.
For the record, my HDD is plugged into my router directly via USB. So Kodi is streaming off of this through the router (Wireless-N).

Categories

Resources