rocky8roy

Results 19 comments of rocky8roy

> @darkrevier you need to mock the way `androidvideocache` name the cached file, find it [here](https://github.com/danikula/AndroidVideoCache/blob/acdf747a991739204e32e0fde5c893490cfb4e40/library/src/main/java/com/danikula/videocache/file/FileCache.java#L36) and [here](https://github.com/danikula/AndroidVideoCache/blob/acdf747a991739204e32e0fde5c893490cfb4e40/library/src/main/java/com/danikula/videocache/HttpProxyCacheServer.java#L194), use that way to name your preloaded files. So that when the...

> @rocky8roy > > First you need to create your own FileNameGenerator > > ```java > public class MyOwnFileNameGenerator implements FileNameGenerator { > // Do your naming logic > }...

> @rocky8roy > > > can we pause or stop the current caching of this library code? > > my problem scenario is a follows: > > i have implemented...

> Ok here is my working command for overlays: > `-i /storage/emulated/0/Download/test.mp4 -i /storage/emulated/0/Download/overlayone.png -i /storage/emulated/0/Download/overlaytwo.png -filter_complex overlay=52:275:enable='between(t,0.69,99.0)',overlay=510:71:enable='between(t,4.34,99.0)' -preset ultrafast -vcodec libx264 -r 24 -profile:v baseline -threads 14 -codec:a copy...

> Yes, the drag function has not been tested in detail ok can you suggest some fix for the above problem so that i can test the rest code in...

> Yes, the drag function has not been tested in detail can you please tell why without giving any error it is getting force stop? at-least it should give some...

> check logcat crash i have posted the logcat.. there is only messages and not any error.. kindly provide where is the error show in the logcat.

> I/ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN > D/com.trinity.sample.view.ThumbLineBar: ScrollStateChanged SCROLL_STATE_DRAGGING > D/com.trinity.sample.view.ThumbLineBar: -------------- pause -------------- > E/trinity: [player.cc, Seek, 309]:enter: Seek seek: 5256 index: 0 > I/trinity: [message_queue.cc, Flush,...

--------- beginning of crash 2020-08-22 03:51:03.654 8900-8932/com.trinity.sample A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x3167cc in tid 8932 (Thread-21631), pid 8900 (.trinity.sample) 2020-08-22 03:51:03.674 8900-8900/com.trinity.sample D/com.trinity.sample.view.ThumbLineBar: --------------...

@hgaharwar what should be the video bitrate, audio bitrate so that it should not crash?