NFS or SMB - Raspberry Pi Q&A, Help & Troubleshooting

I have just ordered my RaspberryPi, and I plan on using it for below.
1. Connect my powered 2TB external HDD to it and make a NAS
2. Use it as a torrent client
3. Play movies on the HDD using XBMC
4. Run lightppd to share my files on the internet.
Coming to my questions
1. Would it be possible to install the distro on a separate partition one the HDD? I plan to format the HDD using ext4.
2. Will the little machine be able to handle the load of all 4 tasks?
3. Should I use NFS over SMB? I plan to access the files of the share on Linux, Windows and Android.
Please let me know your thoughts on this.
Tapatalked from Desire S running Andromadus

suku_patel_22 said:
I have just ordered my RaspberryPi, and I plan on using it for below.
1. Connect my powered 2TB external HDD to it and make a NAS
2. Use it as a torrent client
3. Play movies on the HDD using XBMC
4. Run lightppd to share my files on the internet.
Coming to my questions
1. Would it be possible to install the distro on a separate partition one the HDD? I plan to format the HDD using ext4.
2. Will the little machine be able to handle the load of all 4 tasks?
3. Should I use NFS over SMB? I plan to access the files of the share on Linux, Windows and Android.
Please let me know your thoughts on this.
Tapatalked from Desire S running Andromadus
Click to expand...
Click to collapse
1: I would use a bootloader like BerryBoot to install the distro on the hard drive, I think its possible, Ive only installed on a flash drive and SD Card, but I dont see why it wouldnt work.
2. It might be able to handle it but cant say for sure. On mine I am using XBMC and streaming movies from my desktop and I am using nearly 400mb of RAM but I think the CPU load is okay.
3. Not sure on this one, I use SMB but my laptop is broken so I dont have linux running on any of my machines, but Windows and Android works just fine, and I actually use my Nexus 7 as a remote for XBMC.

ZachOlauson said:
1: I would use a bootloader like BerryBoot to install the distro on the hard drive, I think its possible, Ive only installed on a flash drive and SD Card, but I dont see why it wouldnt work.
2. It might be able to handle it but cant say for sure. On mine I am using XBMC and streaming movies from my desktop and I am using nearly 400mb of RAM but I think the CPU load is okay.
3. Not sure on this one, I use SMB but my laptop is broken so I dont have linux running on any of my machines, but Windows and Android works just fine, and I actually use my Nexus 7 as a remote for XBMC.
Click to expand...
Click to collapse
SMB is compatible with linux and Windows natively, however if you intend to stream HD video at all NFS would be better. My NAS uses both, NFS to stream to my pi running xbmc, and samba for windows machines/android devices. I also running a upnp server for remote streaming to my phone.
Sent from my DROID3 using xda premium

Samba has slow speeds on the pi typically 7-8Mbps compared to the usual 25-40 i get from my drive.

ratchetnclank said:
Samba has slow speeds on the pi typically 7-8Mbps compared to the usual 25-40 i get from my drive.
Click to expand...
Click to collapse
I found samba had lag on HD vids. I still use samba on my windows and android devices, buti never stream HD to them
Sent from my DROID3 using xda premium

The Pi's 'ROM/BIOS' boot code attempts to bootstrap from the SD. If there is nothing where it expects it to be it won't start.
You would need some code to transfer startup to the external hard disk.

AFAIK, the raspberry pi can boot partitions from an external USB drive, what it actually boots is the GPU executable which loads a kernel, then it can bootstrap an USB HDD.
For the SMB or NFS matter, NFS usually provides higher throughput than SMB, and Windows can mount NFS based hosts, I'd go for that if you plan to see some performance.

As said, NFS have smaller overhead than SMB. So use that if you can.
Sent from my Nexus 4 using xda premium

i have a Samba server and i can Stream Full HD whit no problems (maybe a littel slow in the Begining nothing more) 1TB 2.0USB HDD NTFS

So overall NFS is better than Samba?

Yes, but samba is easier to setup across platforms
Tapatalked from Desire S running Andromadus

I have just a 256 MB model, and I'll use it for torrent+file share+XBMC. Which client for torrenting will you use otherwise? (transmission-daemon or rTorrent?)

Not sure, whichever gives me ability to push torrents from my pc.
My pi arrives next week.
Tapatalked from Desire S running Andromadus

You should give transmission-daemon and transmission gui (transgui) a try. You can push files via the Internet if you have your port forwarding set up correctly.
I have a slightly different setup that has Apache providing ssl for transmission-daemon
EDIT
You can also set it up with transdroid on Android. I believe transdroid also works with r Torrent.

NFS is faster than SMB. If you are reasonably Linux-savvy, you should have no issues setting it up. I serve NFS to my Win 7 torrent box from OpenIndiana. Setting up Win7 as an NFS client is a bit more complicated.
=RV=

Endoroid said:
I found samba had lag on HD vids. I still use samba on my windows and android devices, buti never stream HD to them
Click to expand...
Click to collapse
I hope you're talking about megabits per second. You can get 7~8 Megabytes per second with SAMBA and you can get the full 12 megabytes (100megabits) per second with NFS, but never more than that.
In most cases, samba is enough, but I've seen two or three videos with imense video and sound quality that SAMBA simply can't keep up. NFS saves the day. The 100 megabit ethernet can be a real bottleneck though.
redvelociraptor said:
NFS is faster than SMB. If you are reasonably Linux-savvy, you should have no issues setting it up. I serve NFS to my Win 7 torrent box from OpenIndiana. Setting up Win7 as an NFS client is a bit more complicated.
=RV=
Click to expand...
Click to collapse
Setting up the NFS is really quite a bit of trouble for a first-timer. Windows doesn't play well you don't have the no_root_squash option on the server. After that though, all l you need is a bat script with "mount <NFS_SERVER_IP>://<SHARE>/<FOLDER> <DRIVE>:". Don't forget to enable NFS client first.
Either that or use nekodrive and dokan.

sioxz said:
i have a Samba server and i can Stream Full HD whit no problems (maybe a littel slow in the Begining nothing more) 1TB 2.0USB HDD NTFS
Click to expand...
Click to collapse
yeah same here samba runs very smooth for my 3D/1080p movie streams.
I recommend changing up the settings(disable firewall etc) increase buffer size and overclock.

i prefer nfs for hd movies, there is also a windows nfs client :laugh:

As I read I must give a try for NFS.

There were bechmarktests done by a user in the OpenELEC forum.
As you can see the difference isn't that great:
FTP was faster than SMB by 1.57%
NFS was faster than FTP by 5.65%
And finally NFS was faster than SMB by 7.22%

Related

NFS for android?

On linux systems, NFS (net file sharing) offers the simplist means of file sharing with other linux systems. The shared folder is mounted on the client system in a path from the root and is available to applications as if it were local. Beats smb in my opinion.
Anybody know of any way to implement NFS on android?
My primary interest is in making my entire music collection available to the music player on my phone over wifi. I've already tried upnp using Allshare and don't find it very impressive.
NFS: Need For Speed the game but yeah, that net file sharing would be nice too.
I got NFS Shift for android. Its an apk that turns into the full version game, but only if you know how to connect it the verizon market. It came free on the Droid X and the apk was ripped.
Not being a gamer, I was not even aware of a game called Need For Speed; had I been I would have been more careful titling this thread.
Turns out the answer to my question regarding NFS (Network File System) was in the development sub-forum. Requires rooting...
http://forum.xda-developers.com/showthread.php?t=774321&highlight=cifs

[webtop] full Ubuntu customization

I'd like to start a list of programs that work and custimazation tips so that we can all get the most out of our webtop!
Visit this thread to get full Ubuntu working on the webtop:
[MOD] Full Ubuntu on the Atrix (now fully automated)
Before installing or modifying make sure that you don't (or any dependencies) upgrade: (as per Sogarth)
Be careful upgrading any of the -mot/~mot packages, as that can break functionality. I'm still compiling a list of which packages can be upgraded versus which can be left alone.
Can be upgraded with loss of functionality:
libnautilus-extension1-1:2.26.2-0ubuntu1-mot1
nautilus-1:2.26.2-0ubuntu1-mot1
nautilus-data-1:2.26.2-0ubuntu1-mot1
Upgrading these packages plus at least one additional package I've not yet fully identified breaks viewing mountable storage and the ability to unmount it.
xserver-xorg-core-2:1.6.0-0ubuntu14
Using the stock xserver-xorg-core 2:1.6.0-0ubuntu14 that's already installed without recovering /usr/bin/Xorg appears to lead to a loss of the status bar at the top. This particular issue is now handled by the script.
Cannot be upgraded:
gtk2-engines-1:2.18.1-0ubuntu1~mot1
This breaks aiw (Android In Window) so that there's no frame around the window and it can no longer be manipulated in any way.
xscreensaver-5.10-6-motorola1?
xscreensaver-data-5.10-6-motorola1?
xscreensaver-data-extra-5.10-6-motorola1?
This will likely break displaying aiw (Android In Window) as the unlocking mechanism for the screensaver. Still needs to be tested.
Working Ubuntu Apps:
LXTerminal
eog
Pidgin (SOUND! install gstreamer0.10-pulseaudio)
GIMP
gedit
Transmission
gnome-panel (switch between webtop and gnome-session mouse to top of screen)
VLC works (tested MKV video, music a little choppy)
rdesktop
nano
joe
synergy
vnc
axe
lxpanel
openssh-client
AbiWord
Rhythmbox (thread )
xfce4
NOT working:
Open Office
working on gnome-panel issue
but it does have more indepth settings. like display mouse keyboard etc
so you were able to get a higher display res than 1280x768?
dLo GSR said:
so you were able to get a higher display res than 1280x768?
Click to expand...
Click to collapse
yes, but this wasnt due to gnome-panel.
i'm currently running at 1280x1024, but only due to limitation of my monitor right now. i get the 1366x768 at the home monitor.
i'm guessing your on an hdtv, doesnt do 1080p yet, so it drops down?
edounn said:
yes, but this wasnt due to gnome-panel.
i'm currently running at 1280x1024, but only due to limitation of my monitor right now. i get the 1366x768 at the home monitor.
i'm guessing your on an hdtv, doesnt do 1080p yet, so it drops down?
Click to expand...
Click to collapse
How'd you get higher res?
I see what you'rr asking now. Maybe its because i'm using hdmi to DVI? I haven't done any mod on this. It does it automatically choosing highest resolution. Could be wrong tho.. I can see 720p only being available if your on an hdtv.
Sent from my MB860 using XDA App
I was going to do this when I got my dock tomorrow.
I had two concepts of app lists to test.
The Jaunty list from ubuntu
http://ubuntuguide.org/wiki/Ubuntu:Jaunty#Ubuntu_Addon_Applications
and the top 100 list
http://ubuntulinuxhelp.com/top-100-of-the-best-useful-opensource-applications/
The rdesktop also working
joe, synergy, vnc, axe all work
Am I able to write to the 'internal' storage. I know we have limited space, but can we write outside of the webtop environment?
Sent from my MB860 using XDA Premium App
edounn said:
I see what you'rr asking now. Maybe its because i'm using hdmi to DVI? I haven't done any mod on this. It does it automatically choosing highest resolution. Could be wrong tho.. I can see 720p only being available if your on an hdtv.
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
no, you're right, you do have 1280 x 1024, and it's available to select as your res if you click the display settings (even on an HDTV). it just doesn't help any for HDTVs since it's a non-widescreen res.
Anyone have any luck with moonlight? I have tried but can't get it to work.
You guys think this would be powerful enough to run a Virtual PC program like parallels or virtualbox?
liranc said:
You guys think this would be powerful enough to run a Virtual PC program like parallels or virtualbox?
Click to expand...
Click to collapse
maybe in 2.4 when there is full multi core support, or if that 1.5ghz overclock kernel extension ever comes to fruition. but what you're thinking is exactly what I'm hoping for
if I can get Internet Explorer to work via virtual box or even somehow through IETab in FF via IE running in WINE my life would be complete as the majority of websites I use for work are IE only
I can tell you that the iputils and nmap packages work perfectly, so does John the Ripper along with openssh
jbe4 said:
maybe in 2.4 when there is full multi core support, or if that 1.5ghz overclock kernel extension ever comes to fruition. but what you're thinking is exactly what I'm hoping for
if I can get Internet Explorer to work via virtual box or even somehow through IETab in FF via IE running in WINE my life would be complete as the majority of websites I use for work are IE only
I can tell you that the iputils and nmap packages work perfectly, so does John the Ripper along with openssh
Click to expand...
Click to collapse
I want to buy the Atrix, I'm on an ancient Android(i won't say which to save embarrassment lol). It really seems that it'll be a perfect fit for me especially if they have a virtual PC on it... mainly because of either browser support or having actual Microsoft Office on there
This will probably be one of the most powerful phones for a while so I might as well just get it. The 1GB SDRAM vs 512 of similar dual cores that have come out is a huge plus.
I was also thinking of installing virtual box but using windows 7 embedded as it is a much lighter footprint.
I am basically waiting for a CWM fiel that will run on 1.57 gingerblur.
Then I will start messing around with this.
Pretty sure any of the virtualization apps require an x86 chip.
barry99705 said:
Pretty sure any of the virtualization apps require an x86 chip.
Click to expand...
Click to collapse
I am afraid you are right about the x86 part....
I will try qemu then
http://www.linuxquestions.org/quest...nning-windows-under-the-qemu-emulator-320569/
If it doesn't work with win7 embedded then I will do it with xp embedded.
I want to be the first on youtube with windows running on a nvidia tegra 2 cpu based atrix.
Did you guys know that in games if you hold one finger down on the trackpad while in webtop mode, you can press the on screen buttons? I tried it in samurai 2 and dungeon defenders. Its hard to find the buttons but makes games much more playable.
Can someone tell me if this works with the laptop dock?
Sent from my MB860 using XDA App
joe ferreira said:
I am afraid you are right about the x86 part....
I will try qemu then
http://www.linuxquestions.org/quest...nning-windows-under-the-qemu-emulator-320569/
If it doesn't work with win7 embedded then I will do it with xp embedded.
I want to be the first on youtube with windows running on a nvidia tegra 2 cpu based atrix.
Click to expand...
Click to collapse
From my research qemu hasn't been ported to arm.
Also windows CE is the only arm windows availible. I don't think it will work on tegra.
I also don't see wine working on arm ubuntu for a long time. Because it will have to emulate x86 for windows stuff.
Windows 8 will support both arm and x86. However, why do that when you have a better os right now.
Sent from my MB860 using XDA App

Stream from WDTV Live Plus to Nook?

As the title suggests, I have both devices and want to hook them up
In case anyone doesn't know, the WDTV Live Plus has a feature that allows it to host the files in an HDD on the network it's connected to. I want to be able to access thosde files directly on the NC and stream them to play on the NC (and my Epic, I suppose).
Right now I'm using the WDTV L+'s connection with my laptop to relay the video to my NC with VLC S&C (big ups to the developer of that app, btw), but there must be a better way.
I'm not new to Android, but I am new to networking, so therein lies my problem. Do I need to have the WDTV request a static IP? Is there an app I can use to simplify this whole process? Is it as simple as using a file explorer Android app that can navigate networked drives?
The WDTV is running stock fw, and the NC is running CM7 stable
Thanks to anyone who can help me out. If anyone can help, it's XDA
Bump. I don't yet have either of these devices, but I'm considering getting both.
Download skifta from the market
Sent from my LogicPD Zoom2 using XDA App

Most Effective way to stream Local files.

Hey Guys, new to the forum.
I purchased the chromecast, looking to stream local files and get rid of my hdmi cable. I can cast a tab fine, but experience a bit of lag when viewing at max bit-rate. (extreme 720p)
My computer is i7 4770k @3.5ghz and card is HD7970. SO i dont think hardware is the issue. My router is a Linksys EA6900 and its about 5m away from the dongle.
Has anyone managed to actually stream full HD to the chrome cast without noticeable lag or reduction if FPS, or is it simply not available at this point of time?
Thanks
MaverickH93 said:
Hey Guys, new to the forum.
I purchased the chromecast, looking to stream local files and get rid of my hdmi cable. I can cast a tab fine, but experience a bit of lag when viewing at max bit-rate. (extreme 720p)
My computer is i7 4770k @3.5ghz and card is HD7970. SO i dont think hardware is the issue. My router is a Linksys EA6900 and its about 5m away from the dongle.
Has anyone managed to actually stream full HD to the chrome cast without noticeable lag or reduction if FPS, or is it simply not available at this point of time?
Click to expand...
Click to collapse
720p tab casting even of Flash video works well for me, but I seem to be an exception rather than the norm...
Are there any obstructions between your router and Chromecast, especially the TV itself?
My system is a dual Quad-Core Opteron 2.9 GHz Shanghai, 32 GB RAM, running Win 7 Professional x64. AMD/ATI Radeon HD 7750 graphics.
bhiga said:
720p tab casting even of Flash video works well for me, but I seem to be an exception rather than the norm...
Are there any obstructions between your router and Chromecast, especially the TV itself?
My system is a dual Quad-Core Opteron 2.9 GHz Shanghai, 32 GB RAM, running Win 7 Professional x64. AMD/ATI Radeon HD 7750 graphics.
Click to expand...
Click to collapse
Its pretty much line of sight and the perpendicular to the back of the TV. What kind of router are you using?
Also what file type are the videos you are watching and how big are the files. For example, if i watch a .mp4 blue-ray RIP its size is around 1.8Gb i experience minor FPS decrease on the High setting. Extreme just leads to lagging.
The way i see it there's the potential for 3 issues.
1. The computer hardware
2. The router connection
3. Google chrome's wireless hardware
MaverickH93 said:
Hey Guys, new to the forum.
I purchased the chromecast, looking to stream local files and get rid of my hdmi cable. I can cast a tab fine, but experience a bit of lag when viewing at max bit-rate. (extreme 720p)
Click to expand...
Click to collapse
to stream local file (movie) is better to send the file and let Chromecast buffer and decode it than stream a tab.
I've been using this here and works like charm: https://chrome.google.com/webstore/detail/videostream-for-google-ch/cnciopoikihiagdjbjpnocolokfelagl
I don't believe I tried sending a 1080p but 720p is flawless and I can't see why it wouldn't
They also have an Android app for remote control the stream, so I pretty much click play on the PC and sit on the sofa with the phone to control.
If your video is not in a compatible format, I'll go ahead and do a shamelessly self-propaganda: I did this little batch converter specifically for the CC and it seems to be working fine.
http://forum.xda-developers.com/showthread.php?t=2699870
Budius said:
to stream local file (movie) is better to send the file and let Chromecast buffer and decode it than stream a tab.
I've been using this here and works like charm: https://chrome.google.com/webstore/detail/videostream-for-google-ch/cnciopoikihiagdjbjpnocolokfelagl
I don't believe I tried sending a 1080p but 720p is flawless and I can't see why it wouldn't
They also have an Android app for remote control the stream, so I pretty much click play on the PC and sit on the sofa with the phone to control.
If your video is not in a compatible format, I'll go ahead and do a shamelessly self-propaganda: I did this little batch converter specifically for the CC and it seems to be working fine.
http://forum.xda-developers.com/showthread.php?t=2699870
Click to expand...
Click to collapse
Yes i tied to use Videostream, but for some reason it gets stuck on the loading screen. I turned off all my firewalls, changed permissions, ran chrome canary, ran as admin but it still doesn't work.
i think that's the issue. CC needs to buffer video. It sounds like VideoStream is the kind of program i need so will just have to keep working at it.
MaverickH93 said:
Yes i tied to use Videostream, but for some reason it gets stuck on the loading screen. I turned off all my firewalls, changed permissions, ran chrome canary, ran as admin but it still doesn't work.
i think that's the issue. CC needs to buffer video. It sounds like VideoStream is the kind of program i need so will just have to keep working at it.
Click to expand...
Click to collapse
well, those HERE are the media types that Chromecast can natively run. Anything besides that it will not work (unless you're just mirroring the screen, but as you noticed, it's pretty slow, or you have some media server on your computer doing some on-the-fly conversion, which can run pretty slow and heat your PC a lot).
I suggest getting a video that you're sure within the spec to test. Probably if you download a YouTube from those "youtube downloaders" website or just something you recoded with your phone, it will be in spec (mp4 container, h264 codec, AAC or MP3 audio).
So what I've done (check my last post) was to code myself a batch converter (helps being a Java developer) so currently my computer at home is converting my whole video collection to compatible format.
Can I upload a mp4 video say dropbox and stream it to chromecast? Any online hosts allow this?
LoL.
I have a Raspberry Pi running Rasbian and it has 1TB USB drive attached, I'm running Apache2 and point it to my drive so it appears in http. I then use the Android NAS Cast app, settings configure to the http of the directory with the MP4 and it casts perfectly decent quality. So there is no desktop involved, Android in your hand and the small Linux server and Chromecast.
As has been said, Chromecast as very limited codecs. You can explicitly seek out the compatible videos, or recode using ffmpeg. The Raspberry Pi is too weak to do real-time recoding but you can batch up and have recoding those files not compatible, and then if low on disk-space, delete the original non-compatible.
I'm 90% through overnight building my own Rasbian system (been on a Dockstar on older Linux for years) and built ffmpeg overnight.
nigelhealy said:
As has been said, Chromecast as very limited codecs. You can explicitly seek out the compatible videos, or recode using ffmpeg. The Raspberry Pi is too weak to do real-time recoding but you can batch up and have recoding those files not compatible,
Click to expand...
Click to collapse
Like I said on the other thread.
I found a FFMPEG for RaspianPi but it was so painfully slow. Like a low-res 20 seconds video would take 30 min to encode. Now imagine a tera-byte drive it would take a few years, not really good. Best option is really to get the best-fastest machine you have available and leave it running for a week or two.
Budius said:
Like I said on the other thread.
I found a FFMPEG for RaspianPi but it was so painfully slow. Like a low-res 20 seconds video would take 30 min to encode. Now imagine a tera-byte drive it would take a few years, not really good. Best option is really to get the best-fastest machine you have available and leave it running for a week or two.
Click to expand...
Click to collapse
Tried running it locally (Ubuntu desktop) lots of error messages saying
Failed to get FFPROBE
I have the ffprobe command though.
nigelhealy said:
Tried running it locally (Ubuntu desktop) lots of error messages saying
Failed to get FFPROBE
I have the ffprobe command though.
Click to expand...
Click to collapse
what does say in the LOG tab?
Try running from the terminal: ffprobe <video_path>.mp4 Does it work or does it say "can't find command ffprobe" ?
at the end of this https://trac.ffmpeg.org/wiki/UbuntuCompilationGuide it shows how to add the ffmpeg to the path
ps.: let's keep debug/conversation regarding the Converter on the converter thread? I guess it's more logical and we don't hijack MaverickH93s thread
moved to the app thread http://forum.xda-developers.com/showthread.php?p=51533199
I use Plex and I love it, try it if you haven't!
The best way is Localcast https://play.google.com/store/apps/details?id=de.stefanpledl.localcast
Great for android!
Enviado desde mi Amazon Kindle Fire HD mediante Tapatalk
MaverickH93 said:
Its pretty much line of sight and the perpendicular to the back of the TV. What kind of router are you using?
Also what file type are the videos you are watching and how big are the files. For example, if i watch a .mp4 blue-ray RIP its size is around 1.8Gb i experience minor FPS decrease on the High setting. Extreme just leads to lagging.
The way i see it there's the potential for 3 issues.
1. The computer hardware
2. The router connection
3. Google chrome's wireless hardware
Click to expand...
Click to collapse
So your router is behind the TV? That's how mine is set up, although my Chromecast is actually off to the side of the TV.
My router is a Netgear WNDR4500
I've mainly been watching Flash videos, as that's what the websites my little one likes has (Nickelodeon, BabyFirstTV, Disney Junior)
nigelhealy said:
LoL.
I have a Raspberry Pi running Rasbian and it has 1TB USB drive attached, I'm running Apache2 and point it to my drive so it appears in http. I then use the Android NAS Cast app, settings configure to the http of the directory with the MP4 and it casts perfectly decent quality. So there is no desktop involved, Android in your hand and the small Linux server and Chromecast.
As has been said, Chromecast as very limited codecs. You can explicitly seek out the compatible videos, or recode using ffmpeg. The Raspberry Pi is too weak to do real-time recoding but you can batch up and have recoding those files not compatible, and then if low on disk-space, delete the original non-compatible.
I'm 90% through overnight building my own Rasbian system (been on a Dockstar on older Linux for years) and built ffmpeg overnight.
Click to expand...
Click to collapse
Boy wish you had a tutorial or walk through of setting this up. I would love to use my beaglebone black for that if possible. Any links that would point me in right direction? mind sharing?
I would really like to use headless systems for this. Thanks
I think Plex is the easiest way to stream local movies since it makes everything organized and can convert file formats if needed. The phone app makes it a breeze to control everything. I use localcast to stream pics and videos taken from my phone.
paracha3 said:
Boy wish you had a tutorial or walk through of setting this up. I would love to use my beaglebone black for that if possible. Any links that would point me in right direction? mind sharing?
I would really like to use headless systems for this. Thanks
Click to expand...
Click to collapse
as far as I Googled beaglebone is just a little Linux machine like the RaspberryPi. Just install a mini-DLNA on it and that's all you need. Most Android apps in Google Play will run from a DLNA (bubble and LocalCast do it).
Quick Google I found this tuto on mini-DLNA on RaspberryPi (http://bbrks.me/rpi-minidlna-media-server/) should work for the beaglebone too.
I have to throw my hat in the ring for plex, too. Downside is that you have to put your videos in a certain folder and name them a certain way for the server to see them. It doesnt let you just open a random video file like VLC and have it sent to the chromecast. Upside is that it transcodes the videos to a supported format on the fly.
As far as streaming videos/pictures off your phone, there are a few choices, but none of them are ready for primetime yet. Allcast shows some of the videos/pictures taken on my phone sideways and upside down. I also havent found an easy way to tell Allcast to stop casting and return to the chromecast homescreen (screensaver). Localcast has an option to let you rotate the files so you can at least see them with the correct orientation, but it still has some issues with connecting. Localcast does, however, have an option to stop casting so you dont burn-in its screen on your TV.
gianptune said:
I have to throw my hat in the ring for plex, too. Downside is that you have to put your videos in a certain folder and name them a certain way for the server to see them. It doesnt let you just open a random video file like VLC and have it sent to the chromecast. Upside is that it transcodes the videos to a supported format on the fly.
As far as streaming videos/pictures off your phone, there are a few choices, but none of them are ready for primetime yet. Allcast shows some of the videos/pictures taken on my phone sideways and upside down. I also havent found an easy way to tell Allcast to stop casting and return to the chromecast homescreen (screensaver). Localcast has an option to let you rotate the files so you can at least see them with the correct orientation, but it still has some issues with connecting. Localcast does, however, have an option to stop casting so you dont burn-in its screen on your TV.
Click to expand...
Click to collapse
The naming should be a non-issue though. Most of the movies and shows you download are already named the correct way.

Chromecast N7 2013 and mobile tethering.

My setup:
No ISP, using T-Mobile Unlimited 4G LTE as my main source for interwebs at home. Proxy for tethering = Unlimited Tether.
Chromecast goes through tethering as does my Nexus 7 2013.
My goal: Stream ANY video file from my tablet and possibly stream/mirror from the tablet using unorthodox methods. Without a laptop present.
My idea: Complete Linux Installer, Ubuntu 13.10 with Chrome Browser with java and VideoStream extension.
What I have tested so far:
1) Chromium will not support videostream, or vice versa, I do not currently know if I can force install the extension.
2) Cannot install chrome using traditional apt-get command as it will not let me load the repository. Getting a GPG error.
3) Cannot install chrome using .deb file because I can't even force architecture to allow it to run since i'm on armhf.
4) Can't install wine ppa/wine to emulate windows chrome to allow extension to be installed.
Conclusion: It probably can't be done, but I'm only so brilliant and there may be ways to do things I am unaware of.
This isn't a request for help so much as me explaining what I've done so far to escape the chromecast from being tethered to a PC for full funcionality.
Here's hoping the videostream team will make an android app and eliminate half of my battle, here's hoping we get the ability to stream/playback more file types natively one day. For now i'll stick to stream-tv and not complain for the price.
What tablet do you have?
The limiting factor isn't so much what the tablet's running rather than the horsepower needed to convert incompatible media to Chromecast-compatible format.
If you can screen mirror your N7 (currently requires development Chromecast in Spain or rooted Chromecast running latest Eureka-ROM, and compatible device to mirror - I believe N7 2013 fits that), then it might just work.

Categories

Resources