[19. April 2013] A-400 Advanced Network Setup now available | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Thread Closed 
Streaming from PCH to network
01-27-2011, 06:29 PM
Post: #1
Streaming from PCH to network
Hi, all

Is it possible to stream media from NMT to other device in the network (PC, other NMT, etc)? for example http streaming.

Cheers.
Find all posts by this user
01-27-2011, 07:38 PM
Post: #2
RE: Streaming from PCH to network
You can definitely do it to other PCH via http because you can use myihome. Not sure if other network devices would recognise the upnp of myihome.
Find all posts by this user
01-28-2011, 12:59 PM
Post: #3
RE: Streaming from PCH to network
How can I do this? Some examples, links, etc, please.

Regards
Find all posts by this user
01-28-2011, 01:39 PM
Post: #4
RE: Streaming from PCH to network
If you have two nmts on the network both with the myihome app running, each will see the other, there's not much more to it than that. As I said I don't know if this works for non-nmt.
Find all posts by this user
01-28-2011, 01:43 PM
Post: #5
RE: Streaming from PCH to network
Ok, thanks
Find all posts by this user
01-28-2011, 01:53 PM
Post: #6
RE: Streaming from PCH to network
The other thing you can do of course, is have the smb or nfs apps running and you can access the PCH via anything that is capable of SMB or NFS sharing. Not HTTP streaming tho, but would work with lots of devices.
Find all posts by this user
01-28-2011, 04:00 PM
Post: #7
RE: Streaming from PCH to network
Thanks for your answer

I need to create an application with streaming functionality over the network using RTP (over UDP). This app is run on NMT.
So, I have a set of questions:
1. Streaming media over the networks assumes encoding/transcoding media streams. Are these operations are possible using hardware? Or NMT hardware (codecs) supports only decoding media streams for playback?
2. Can I use VLC (using cross compiling for MIPs) as a media streamer from PCH?
Find all posts by this user
01-31-2011, 11:38 AM
Post: #8
RE: Streaming from PCH to network
Any suggestions?
Find all posts by this user
01-31-2011, 02:25 PM
Post: #9
RE: Streaming from PCH to network
You can use llink (available in CSI) for http-streaming, but I think it will require some customization of a skin.

There is VLC compiled by vaidyasr, and there's udpxy and rtmpdump (in ipkg feeds) - perhaps these tools can get you further?
I haven't tried to stream from NMT myself, but from what I've read from other users it should be doable.

Audio, video, disco - I hear, I see, I learn.
Wiki. Wiki? Wiki!
Find all posts by this user
02-11-2011, 05:26 PM
Post: #10
RE: Streaming from PCH to network
Hi all.

I tried to cross-compile VLC but without success.
VLC source code: 1.1.7
Configuration:
Code:
./configure --prefix=/uma/libs/cross-compile/iconbit/vlc/  --host=mipsel-linux --build=i686-linux --enable-xvideo --enable-sdl --enable-libmpeg2 --enable-vorbis --enable-ogg --enable-theora --enable-mkv --enable-freetype --enable-fribidi   --enable-speex --enable-flac --enable-caca   --enable-alsa --enable-ncurses  --disable-lua --disable-mad --disable-faad --disable-a52 --disable-glx --disable-libgcrypt -disable-remoteosd --disable-qt4 --disable-skins2 --enable-static

Configuration completes successfully.
Then I try to compile using make and the first target is failed:
Code:
CC     libvlccore_la-libvlc.lo
In file included from ../include/vlc_common.h:526,
                 from libvlc.c:40:
../include/vlc_threads.h: In function 'vlc_spin_init':
../include/vlc_threads.h:286: error: implicit declaration of function 'pthread_spin_init'
../include/vlc_threads.h: In function 'vlc_spin_lock':
../include/vlc_threads.h:295: error: implicit declaration of function 'pthread_spin_lock'
../include/vlc_threads.h: In function 'vlc_spin_unlock':
../include/vlc_threads.h:303: error: implicit declaration of function 'pthread_spin_unlock'
../include/vlc_threads.h: In function 'vlc_spin_destroy':
../include/vlc_threads.h:311: error: implicit declaration of function 'pthread_spin_destroy'
make[4]: *** [libvlccore_la-libvlc.lo] Error 1

I found some related solution:
Code:
sudo sed -e 's/define\s*_POSIX_SPIN_LOCKS\s*/define _POSIX_SPIN_LOCKS -1 \/\/ wrong: /g' -i /usr/include/bits/posix_opt.h
But it doesn't work, compilation is failed.

Any ideas?
Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Did someone compile ath9k_htc module for pch-a110? kay 1 1,106 04-17-2013 02:27 AM
Last Post: dony71
  On-Demand network share mounting journey4712 347 120,539 04-20-2012 05:32 PM
Last Post: Waspoeder
  HTTP streaming server on A110 ? dony71 0 1,361 01-26-2012 02:48 AM
Last Post: dony71
  PHP Page showing PCH Stats Slevin 0 961 11-18-2011 08:57 PM
Last Post: Slevin
  PCH Audio playlist format? Nono 4 1,741 10-05-2011 10:10 PM
Last Post: Nono
Brick Building Freenas box to work with PCH and My Lil Movie Jukebox Casuall 10 5,312 07-17-2011 04:23 AM
Last Post: Casuall
  PCH A-110 and LG LW6500 SMART TV tommbslk 1 2,145 06-25-2011 05:13 PM
Last Post: Warden
  iPad streaming: Air video Geeum 6 13,220 03-15-2011 07:25 AM
Last Post: cocochen
  Windows 7 NFS client to pch A110 - Working!! johnpoz 5 4,454 02-26-2011 06:59 AM
Last Post: zytham
  Looking for the binary file of Fuppes for pch-110 gcf 0 1,498 01-29-2011 12:57 PM
Last Post: gcf

Forum Jump: