Hi
I have problems with streaming from a web stream (via VLC 0.86i / VLC player 2.6 E2-plugin) to my DB7025. My current image=Gemini 4.40, but same problem occurs for me with several different images. The problem is that when i try to start a stream via a playlistfile (m3u) and the streamURL is longer than 50 characters, the "string" is cut off and nothing happens. Example:
Having this url:

rtsp://217.118.170.202/vod/45/RTL_boesemaedchen_20071102_700k.wmv

in a playlist.m3u and starting the stream from the 2.6 VLCplugin fails since it i 65 char long. Checking the result in the VLC 0.86i http-interface shows that the beginning of the url has been cut 15 characters in the beginning like this:
"* ...170.202/vod/45/RTL" etc.
Below you se the whole code-string produced by the plugin, with the missing initial 15 characters:

* ...170.202/vod/45/RTL_boesemaedchen_20071102_700k.wmv :sout=#transcode{vcodec=mp2v,vb=2000,venc=ffmpeg{s trict-rc=1},width=352,height=288,canvas-width=352,canvas-height=288,canvas-aspect=4:3,fps=25,soverlay,acodec=mp2a,ab=128,chan nels=2,samplerate=44100}:std{access=http,mux=ts{pi d-video=68,pid-audio=69},dst=/dream1253164753.ts} :sout-all :sout-keep

Anyone experiencing the same problem? Or has a solution i would be very thankful! Not too many streaming-urls are 50 chars or below so its kind of frustrating....