Search found 6 matches

Go to advanced search

by Steiner
28 Jun 2016 12:02
Forum: Development around libVLC
Topic: How to record stream using libVLC on Android?
Replies: 5
Views: 5888

Re: How to record stream using libVLC on Android?

I tried, bet have this error:(
Makefile:502: *** Download and check target not defined for sout. Stop.
contribs: make fetch failed
by Steiner
28 Jun 2016 10:50
Forum: Development around libVLC
Topic: How to record stream using libVLC on Android?
Replies: 5
Views: 5888

Re: How to record stream using libVLC on Android?

I am so sorry, removed topic from "VLC for Android and Chrome OS"
I will try
by Steiner
28 Jun 2016 10:20
Forum: Development around libVLC
Topic: How to record stream using libVLC on Android?
Replies: 5
Views: 5888

Re: How to record stream using libVLC on Android?

I have a suspicion that the theoretical recording does not work because of the parameter "--disable-sout" in the configuration file, and replace it if it theoretically should work.
Someone can tell something about this?
by Steiner
25 Jun 2016 18:06
Forum: Development around libVLC
Topic: How to record stream using libVLC on Android?
Replies: 5
Views: 5888

How to record stream using libVLC on Android?

Please tell me how to save video stream to disk as a file?
I tried to add:
media.addOption(":sout=#duplicate{dst=std{access=file,mux=mp4,dst=\"/storage/emulated/0/file1.ts\"}}");
But no result:(
by Steiner
14 Feb 2016 14:59
Forum: VLC for Android and Chrome OS
Topic: Version 1.2.5+ HW not work for IPTV
Replies: 22
Views: 2554

Re: Version 1.2.5+ HW not work for IPTV

1.7.5 the same problem
by Steiner
01 Aug 2015 15:50
Forum: VLC for Android and Chrome OS
Topic: setVideoSurface() method exeption
Replies: 2
Views: 531

setVideoSurface() method exeption

Hi, I try to use LibVLC as part of appliction for Android TV (UDP stream player for Tv Input framework-TIF). TIF provide me Surface and I try setup it in LibVLC based player: @Override public boolean onSetSurface(Surface surface) { if (mPlayer != null) { final IVLCVout vlcVout = mPlayer.getVLCVout()...

Go to advanced search