Search found 7 matches

Go to advanced search

by justinliyh1
26 Sep 2010 05:25
Forum: Development around libVLC
Topic: guide me to write new access plugin
Replies: 0
Views: 353

guide me to write new access plugin

Dear all, I want to write a new plugin that access encoded mpeg4 video. The scenario is: reading data from v4l2 then encode this data via mpeg4 hardware encoder, vlc just read these encoded video data. I think this plugin should in vlc/modules/access directory. now I have made prototyping follow v4l...
by justinliyh1
28 Jul 2010 04:14
Forum: VLC media player Feature Requests
Topic: How to set RTP client port in VLC player for RTSP streaming
Replies: 1
Views: 3247

Re: How to set RTP client port in VLC player for RTSP stream

vlc rtsp://XX.XX.XX.XX/test --rtp-client-port=(port number)
by justinliyh1
27 Jul 2010 04:42
Forum: VLM
Topic: How to use new plugin in vlm
Replies: 4
Views: 1517

Re: How to use new plugin in vlm

Can you share your mccp module?
sorry, I can't share it cause it's company internal used only~
by justinliyh1
27 Jul 2010 04:38
Forum: VLC media player Feature Requests
Topic: RTSP client_port (I want to specify those !)
Replies: 2
Views: 1446

Re: RTSP client_port (I want to specify those !)

Hi, I met the same problem, also want to specify the client_port in "setup" of RTSP. Have you resolved this problem?
by justinliyh1
15 Jul 2010 08:18
Forum: VLM
Topic: How to use new plugin in vlm
Replies: 4
Views: 1517

Re: How to use new plugin in vlm

I answer to myself~

should set command at vlm like this:
new test vod disabled
setup test input mccp:// :framerate=15 :bandwidth=500
setup test output #rtp{sdp=rtsp://127.0.0.1/test.sdp}
setup test enabled

works fine~
by justinliyh1
14 Jul 2010 11:15
Forum: VLM
Topic: How to use new plugin in vlm
Replies: 4
Views: 1517

Re: How to use new plugin in vlm

I rewrite the 'setup' clause :

new test vod enabled
setup test input mccp:// :framerate=15 :bandwith=500

then the error message is :
[00000240] [Media: test]mptc dumxer error: Cannot open device (Invalid argument)
***glibc detected **** vlc: double free or corruption (out): 0x0018b2f8***
Aborted
by justinliyh1
14 Jul 2010 10:50
Forum: VLM
Topic: How to use new plugin in vlm
Replies: 4
Views: 1517

How to use new plugin in vlm

Hi guys~ I have written a new plugin(named mccp) to read data from mpeg4 hardware encoder, and this plugin can work fine with following command: vlc -I dummy --reset-config --noaudio mccp:framerate=15,bandwith=500 \ --sout '#rtp{dst=192.168.0.106,sdp=rtsp://192.168.0.102/test.sdp}' \ --rtsp-cashing=...

Go to advanced search