@TaG: Gateway BitRate DLink RouteR

DLink 809TC

ed2k://|file|DE809TP&809TC.pdf|447574|ae09ca2880e1072e592121df9365fbce|
root@remote: time nc -l -p 1234 > /dev/null 

# time dd if=/dev/zero of=/dev/stdout bs=100M count=1 | nc remote 1234
1+0 records in
1+0 records out
104857600 bytes (105 MB) copied, 118.645 s, 884 kB/s

Streaming a file

IN=*.ogm
time nc -l -p 9999 | mplayer -
time dd if=$IN of=/dev/stdout bs=100M count=1 | nc remote 1234

Use Ogm or mkv or or MPEG-PS or MOV container it will work :

file *.ogm : ogm: Ogg data, OGM video (DivX 5)
VIDEO:  [DX50]  616x464  24bpp  29.970 fps    0.0 kbps ( 0.0 kbyte/s)

Streaming a Divx file ?

Reading from stdin...
Cannot seek backward in linear streams!
Seek failed

Solution:

nc -l -p 9999 | mplayer - -framedrop  -framedrop -cache 1024 # 32+

misc

hub.txt · Last modified: 2022/04/16 12:23 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki