Skip to content

Instantly share code, notes, and snippets.

package codepath.com.recyclerviewfun;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
public class Contact {
private int mId;
The OAuth callback succeeded, but you are possibly using Android 7.0+ and Twitter's redirect may not be working correctly.
Switch back to your Android app and try to login again!
@rogerhu
rogerhu / stream_rtmp.sh
Created June 2, 2023 06:33
ffmpeg streaming from m3u8 to rtmps://
ffmpeg \
-i $1 \
-preset veryfast \
-vcodec libx264 \
-ar 44100 \
-f flv \
"$2"