You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,15 @@ Progress:
21
21
1.~~Make the `go run main.go record` work on the first execution (currently you have to run it twice and it will start recording on the second run)~~
22
22
2. FIX: After running the record command and saving a video, you have to unplug the device to record another video currently
23
23
3. Make a release :-D
24
-
4. Generate GStreamer compatible x264 stream probably by wrapping the NaLus in RTP headers
24
+
4.~~Generate GStreamer compatible x264 stream probably by wrapping the NaLus in RTP headers~~
25
25
5.~~Complete packet documentation~~
26
26
6. Send correct replies for clock SKEW packets
27
+
7. Fix small bug in lengthfield based decoder
27
28
28
29
29
30
Extra Goals:
30
31
31
-
0. Also save the device audio stream (I am already decoding it and receiving it, just not doing anything with it for now)
32
+
0.~~Also save the device audio stream (I am already decoding it and receiving it, just not doing anything with it for now) ~~
32
33
1.[Port to Windows](https://github.com/danielpaulus/quicktime_video_hack/tree/windows/windows) (I don't know why, but still people use Windows nowadays)
0 commit comments