Skip to content

Commit 28f7880

Browse files
authored
Update README.md
1 parent b282931 commit 28f7880

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,18 @@ So if you are just interested in the protocol or if you want to implement this i
1818
run `go run main.go --help` to see how it works
1919

2020
Progress:
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-
2. FIX: After running the record command and saving a video, you have to unplug the device to record another video currently
23-
3. Make a release :-D
24-
4. ~~Generate GStreamer compatible x264 stream probably by wrapping the NaLus in RTP headers~~
25-
5. ~~Complete packet documentation~~
26-
6. Send correct replies for clock SKEW packets
27-
7. Fix small bug in lengthfield based decoder
28-
8. Stream device audio over rtp as well
21+
1. Send correct replies for clock SKEW packets
22+
2. Fix small bug in lengthfield based decoder
23+
3. Stream device audio over rtp as well
24+
4. Make a release :-D
2925

3026

3127
Extra Goals:
3228

3329
0. ~~Also save the device audio stream (I am already decoding it and receiving it, just not doing anything with it for now)~~
3430
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)
35-
31+
2. See if there is maybe a way to get it to work on mac
32+
3. BUG: After running the tool to grab AV data, you have to unplug the device to record another video currently
3633

3734
## 4. Additional Notes
3835
### MAC OS X LIBUSB -- IMPORTANT

0 commit comments

Comments
 (0)