Search found 38 matches

Go to advanced search

by tipok
02 Aug 2007 14:15
Forum: VLC stream-output (sout)
Topic: encoding with wma codec in linux?
Replies: 2
Views: 1562

Re: encoding with wma codec in linux?

Even VLC can't play this files (or streams)...
by tipok
15 Jun 2007 14:30
Forum: VLC stream-output (sout)
Topic: ffmpeg's wma encoder errors
Replies: 0
Views: 1102

ffmpeg's wma encoder errors

New svn version of ffmpeg can encode wma v2. I'm using this command to encode live stream to wmv+wma: usr/local/bin/vlc -vvvv --color \ http://source.ip:port \ --sout '#transcode{vcodec=WMV2,vb=196,acodec=wma2,ab=64,samplerate=44100,channels=2}:\ std{access=http,mux=asf,dst=dest.ip:port}' But when i...
by tipok
24 Apr 2007 16:40
Forum: VLC stream-output (sout)
Topic: mms:// problems
Replies: 6
Views: 1551

--sout-keep - don't work propertly right now with mmsh protocol. Streaming multiple files (different encodings/track id's) with mmsh doesn't signal the player that a new file has changed. I think that it at least needs a 'reset packet" between two adjacent files. This will trigger the client to...
by tipok
24 Apr 2007 16:11
Forum: VLC stream-output (sout)
Topic: How to Snapshot (jpg file) from IPCam (MPEG-4)
Replies: 4
Views: 1543

Maybe ffmpeg will be better for your needs

Something like ffmpeg -i rtsp://ip_cam/stream.sdp -vcodec png -vframes 1 -an -f rawvideo -s 320x240 swing1.png
by tipok
10 Apr 2007 16:58
Forum: VLC stream-output (sout)
Topic: streaming with amr_nb
Replies: 20
Views: 11196

You have 2 channels audio as input? there some troubles while transcoding from 2 channels to 1 ch.

Try to transcode one channel audio.
by tipok
06 Apr 2007 18:57
Forum: VLC stream-output (sout)
Topic: encoding with wma codec in linux?
Replies: 2
Views: 1562

the newest version of ffmpeg can encode to wma (on linux machines - too), but WM player can not play this stream yet.
by tipok
06 Apr 2007 18:26
Forum: VLC stream-output (sout)
Topic: watching RTSP-Stream (VoD) via Windows Media Player
Replies: 3
Views: 2642

M$ RTSP protocol implementation - Ethereal capture my stream url looks like this: rtsp://my.host.com:554/programs/SN0TToyfQsH2V4Bb/wkl111_150.wmv WM Player send query with GET ( Not DESCRIBE!!! ) query: GET /programs/SN0TToyfQsH2V4Bb/wkl111_150.wmv HTTP/1.1 Accept: */* User-Agent: NSPlayer/11.0.5721...
by tipok
06 Apr 2007 17:23
Forum: VLC stream-output (sout)
Topic: ffmpeg encoder error: cannot find encoder AMR narrow band
Replies: 1
Views: 1394

Re: ffmpeg encoder error: cannot find encoder AMR narrow ban

How do I make sure ffmpeg has AMR NB support? Try to encode some audio to amr using ffmpeg first . ffmpeg -formats (I don't know what the DEA flags stand for ?) DEA amr_nb It meens: D ecoding E ncoding A udio I'm using these options for streaming: :sous=#transcode{acodec="samr",ab=12.2,sa...
by tipok
06 Apr 2007 17:03
Forum: VLC stream-output (sout)
Topic: Seekable WMV File
Replies: 2
Views: 821

I know how to create seekable wmv files using VLM interface. But i dont know is this work with GUI.


While i encode my live tv i say (by VLM) "control my-stream stop" and after this you can close your VLC, and play created file, it will be seekable.
by tipok
26 Mar 2007 15:14
Forum: VLC stream-output (sout)
Topic: transcode to WMV for 360 - problems
Replies: 7
Views: 11921

same problem

I found this problem in M$ ZUNE.
After 5-10 sec. my device reboot.
by tipok
16 Mar 2007 17:34
Forum: VLC stream-output (sout)
Topic: RTSP Streaming from a Axis 210a freezes
Replies: 6
Views: 2765

Try to use --udp-caching <milliseconds> - I have axis too and it's help.
by tipok
06 Jun 2006 13:48
Forum: VLC stream-output (sout)
Topic: streaming with amr_nb
Replies: 20
Views: 11196

how did you get rid of the
"no audio filter found for mixing from 2 to 1 channels" -error?
Try another versions of VLC and ffmpeg
by tipok
10 May 2006 16:44
Forum: VLC stream-output (sout)
Topic: Stream to Helixserver?
Replies: 11
Views: 4078

A few days ago I install a new version of realserver. And this stream doesn't work too. I back to old version of realserver. So my work version - is Version: Helix Server 9.0 (9.0.2.794) Platform: linux-2.2-libc6-i586-server New version (not work): Version: Helix Server 11.0 (11.0.2.2358) (Build 801...
by tipok
07 May 2006 14:01
Forum: VLC stream-output (sout)
Topic: Stream to Helixserver?
Replies: 11
Views: 4078

Hello, I have my produced SDP here Change your hels.sdp like this: v=0 o=- 1146839668794770 1 IN IP4 127.0.0.1 s=HelixSession c=IN IP4 127.0.0.1/6 t=0 0 m=video 22000 RTP/AVP 96 b=AS:37 (It's speed of your stream in Kbit per second, here is 37Kbit/s) a=rtpmap:96 H263-2000/90000 a=fmtp:96 profile=0;...
by tipok
04 May 2006 10:11
Forum: VLC stream-output (sout)
Topic: Stream to Helixserver?
Replies: 11
Views: 4078

I work's with 3gp compatible streams and mpeg4 streams Real Player and Quick time can play that streams Show me your .sdp file, maybe there's something wrong. I precisely know, that vlc can't csreate record with bandwidth usage, so I wrote it myselve. My work's .sdp looks like this: v=0 o=- 11401196...
by tipok
26 Apr 2006 20:16
Forum: VLC media player Feature Requests
Topic: AAC+ encoding through 3GPP spec. sources
Replies: 7
Views: 2817

But we can create some encoter (like XviD or AMR)
and built it in ffmpeg

In that source there is some examples to create new FAAC encoder
by tipok
26 Apr 2006 20:07
Forum: VLC stream-output (sout)
Topic: Stream to Helixserver?
Replies: 11
Views: 4078

You hav to use RTP protocol and SDP files. and then put them (*.sdp) to "rtpencodersdp" (or "qtencodersdp") direcotry of your RealServer (or HelixServer). for example create by VLC test.sdp Then get your stream at rtsp://server_addres:554/rtpencoder/test.sdp or rtsp://server_addr...
by tipok
24 Apr 2006 16:53
Forum: VLC media player Feature Requests
Topic: AAC+ encoding through 3GPP spec. sources
Replies: 7
Views: 2817

Re: AAC+ encoding through 3GPP spec. sources

It will be good to do this.
But at first FFMPEG have to encode to this format (because AAC+ not GNU/GPL licensed)
by tipok
24 Apr 2006 16:36
Forum: VLC stream-output (sout)
Topic: streaming with amr_nb
Replies: 20
Views: 11196

He!

No need to wrap anymore - I got it working. (I'm the guest from the earlier post :))

Now to get AAC+ working with Darwin and Nokia cells.. :)
Can you describe us how??
by tipok
13 Apr 2006 10:39
Forum: VLC stream-output (sout)
Topic: streaming with amr_nb
Replies: 20
Views: 11196

I think that all troubles - in input parameters of VLC-encoder's! Would anyone be a kind soul and wrap it all up in an rpm ;) My system - is Debian x86_64, I have all libs and ffmpeg(amr'ed)+VLC, but i can't create .rpm or .deb files. (i don't know howto do it). I can share my /usr/local directory.
by tipok
13 Apr 2006 10:30
Forum: VLC stream-output (sout)
Topic: use VLC ENCODER to stream into WINDOWS MEDIA SERVER
Replies: 3
Views: 1810

I have this problem too. But I use Real Server I make ethereal's dumps of VLC <---> RServer exchange Server needs "Stream Format File" from WMEncoder (somthing like SDP file). WME create it and send at first packet, required by Server. But VLC sends "404 Not Found" for such reque...
by tipok
10 Apr 2006 14:56
Forum: VLC stream-output (sout)
Topic: VLC Radio Stream streaming
Replies: 7
Views: 2265

Sometimes I have command-line troubles too, try this: D:\vlc\vlc.exe" -I ntservice -vvv http://rautemusik.g24m.net:16000 :sout=#standard{access=http,url=192.168.2.2:80} It can help. If it doesn't work then try to create your VLC configuration with GUI, and then copy "Destination Target&quo...
by tipok
07 Apr 2006 17:29
Forum: VLC stream-output (sout)
Topic: Streaming to WMP 10
Replies: 3
Views: 1429

see your "top" maybe you have too slow processor on your transcoding machine???
by tipok
07 Apr 2006 17:27
Forum: VLC stream-output (sout)
Topic: VLC Radio Stream streaming
Replies: 7
Views: 2265

Maybe You show us your VLC's log??
by tipok
06 Apr 2006 14:09
Forum: VLC stream-output (sout)
Topic: streaming with amr_nb
Replies: 20
Views: 11196

Good Luck

Go to advanced search