Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Streaming radio with streamdev



Hello,

I've followed your guidelines to compile vlc with mp3lame support and all went fine (except i had to explicitly
reference the static ffmpeg libraries to VLC).

Still, i can't get any radio streaming (and also http://myhost:3000/ES/xx doesn't work).

Before i start VLC, VDR is tuned to an FTA radio channel.

Though, vlc seems to start fine, either mplayer or Windows Media Player stop immediatly
after i try to get the stream.

I'm using Debian Sid too.

Any idea ?

Thanks,

Philippe


usr/src/vlc-0.7.2.final# ldd ./vlc
	librt.so.1 => /lib/librt.so.1 (0x40025000)
	libpthread.so.0 => /lib/libpthread.so.0 (0x40037000)
	libdl.so.2 => /lib/libdl.so.2 (0x40088000)
	libm.so.6 => /lib/libm.so.6 (0x4008c000)
	libz.so.1 => /usr/lib/libz.so.1 (0x400ae000)
	libmp3lame.so.0 => /usr/lib/libmp3lame.so.0 (0x400bf000)
	libxml2.so.2 => /usr/lib/libxml2.so.2 (0x40163000)
	libc.so.6 => /lib/libc.so.6 (0x4025d000)
	/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)



usr/src/vlc-0.7.2.final# ./vlc http://127.0.0.1:3000/214 --sout '#transcode{vcodec=DIV3,vb=512,acodec=mp3,ab=192,channels=2}:std{access=mmsh,mux=asfh,url=:1234}'
VLC media player 0.7.2 Bond
[00000219] skins2 interface error: Cannot open display
[00000219] skins2 interface error: Cannot initialize OSFactory
Remote control interface initialized, `h' for help
[00000220] main input: playlist item `http://127.0.0.1:3000/214'
[00000225] main private: creating httpd
peek=GET 
received new request=GET / HTTP/1.0
Host: test01
User-Agent: MPlayer/dev-CVS--3.3.4
Connection: close


received new request
  - proto=HTTP
  - version=0
  - msg=3
  - url=/
  - option name='Host' value='test01'
  - option name='User-Agent' value='MPlayer/dev-CVS--3.3.4'
  - option name='Connection' value='close'
sending answer
HTTP/1.0 200 OK
Content-Type: application/octet-stream
Server: Cougar 4.1.0.3921
Pragma: no-cache
Pragma: client-id=20696
Pragma: features="broadcast"
Cache-Control: no-cache

peek=GET 
received new request=GET / HTTP/1.1
Accept: */*
User-Agent: NSPlayer/9.0.0.2980
Host: test01.lan.local
X-Accept-Authentication: NTLM, Digest, Basic
Pragma: version11-enabled=1
Pragma: no-cache,rate=1.000,stream-time=0,stream-offset=0:0,packet-num=4294967295,max-duration=0
Pragma: packet-pair-experiment=1
Pragma: pipeline-experiment=1
Supported: com.microsoft.wm.srvppair, com.microsoft.wm.sswitch, com.microsoft.wm.predstrm
Pragma: xClientGUID={3300AD50-2C39-46c0-AE0A-C2CB919BC6F9}
Accept-Language: en-US, *;q=0.1


received new request
  - proto=HTTP
  - version=1
  - msg=3
  - url=/
  - option name='Accept' value='*/*'
  - option name='User-Agent' value='NSPlayer/9.0.0.2980'
  - option name='Host' value='test01.lan.local'
  - option name='X-Accept-Authentication' value='NTLM, Digest, Basic'
  - option name='Pragma' value='version11-enabled=1'
  - option name='Pragma' value='no-cache,rate=1.000,stream-time=0,stream-offset=0:0,packet-num=4294967295,max-duration=0'
  - option name='Pragma' value='packet-pair-experiment=1'
  - option name='Pragma' value='pipeline-experiment=1'
  - option name='Supported' value='com.microsoft.wm.srvppair, com.microsoft.wm.sswitch, com.microsoft.wm.predstrm'
  - option name='Pragma' value='xClientGUID={3300AD50-2C39-46c0-AE0A-C2CB919BC6F9}'
  - option name='Accept-Language' value='en-US, *;q=0.1'
sending answer
HTTP/1.0 200 OK
Content-Type: application/octet-stream
Server: Cougar 4.1.0.3921
Pragma: no-cache
Pragma: client-id=13169
Pragma: features="broadcast"
Cache-Control: no-cache




Home | Main Index | Thread Index