Open
Conversation
To be tested ...
Todo : * search if a client already exist with the same session when a new one connects * parse the path * the server port is wrong * store the satus of the RTSP negociation * clean dead clients
Removing the client from the channel when TEARDOWN was receive was not working
get from the config file : port_rtsp=554
"Content-type: text/plain" field is not needed Signed-off-by: Brice DUBOST <mumudvb@braice.net>
Signed-off-by: Brice DUBOST <mumudvb@braice.net>
Signed-off-by: Brice DUBOST <mumudvb@braice.net>
Signed-off-by: Brice DUBOST <mumudvb@braice.net>
Signed-off-by: Brice DUBOST <mumudvb@braice.net>
Signed-off-by: Brice DUBOST <mumudvb@braice.net>
Owner
|
Hello,
Thank you very much for your pull request.
Looking into it, it seems it is against a very old branch and it would
break a ton of features if I would include it as is.
Can you prepare a Pull Request against the current MuMuDVB2 Branch ?
Thank you
2017-05-18 11:56 GMT-04:00 minthuaung116121 <notifications@github.com>:
… ------------------------------
You can view, comment on, or merge this pull request online at:
#177
Commit Summary
- RTSP First step : we split unicast common and the HTTP
- Unicast: Splitting ... for RTSP
- Unicast : RTSP master socket
- Unicast: other RTSP standard responses
- Unicast : merge of the RTSP code
- Unicast RTSP small bugs
- Unicast: RTSP : Bug : the RSTP and HTTP clients were mixed
- Unicast : some errors about the sockets (RTSP and logging)
- Unicast First working RTSP
- Not useful
- Merge branch 'rtsp' of ***@***.***:/home/mumudvb/git/mumudvb
into rtsp
- Unicast : possibility to choose the channel in RTSP (same path as
HTTP)
- RTSP playlist
- Merge branch 'rtsp' of ***@***.***:/home/mumudvb/git/mumudvb
into rtsp
- Suffix to the version
- RTSP example
- Mistake in the example RTSP port
- VB
- Fix RTSP TEARDOWN reply
- VB
- Use rtsp_portOut instead of http_portOut
- Prepare new error types
- Better methods names
- Translate to english
- Fix debugging with Wireshark
- Time of day as Session ID and Session version value
- Function for generate session id
- Error message for logging
- Monitor Unicast Clients number
- Debug : show all the clients sessions
File Changes
- *M* configure.ac
<https://github.com/braice/MuMuDVB/pull/177/files#diff-0> (22)
- *A* doc/configuration_examples/rtsp.conf
<https://github.com/braice/MuMuDVB/pull/177/files#diff-1> (9)
- *M* src/Makefile.am
<https://github.com/braice/MuMuDVB/pull/177/files#diff-2> (5)
- *M* src/autoconf.c
<https://github.com/braice/MuMuDVB/pull/177/files#diff-3> (3)
- *M* src/autoconf.h
<https://github.com/braice/MuMuDVB/pull/177/files#diff-4> (2)
- *M* src/mumudvb.c
<https://github.com/braice/MuMuDVB/pull/177/files#diff-5> (59)
- *M* src/network.c
<https://github.com/braice/MuMuDVB/pull/177/files#diff-6> (49)
- *M* src/network.h
<https://github.com/braice/MuMuDVB/pull/177/files#diff-7> (2)
- *A* src/unicast.h
<https://github.com/braice/MuMuDVB/pull/177/files#diff-8> (184)
- *M* src/unicast_clients.c
<https://github.com/braice/MuMuDVB/pull/177/files#diff-9> (34)
- *A* src/unicast_common.c
<https://github.com/braice/MuMuDVB/pull/177/files#diff-10> (787)
- *A* src/unicast_common.h
<https://github.com/braice/MuMuDVB/pull/177/files#diff-11> (64)
- *M* src/unicast_http.c
<https://github.com/braice/MuMuDVB/pull/177/files#diff-12> (843)
- *M* src/unicast_http.h
<https://github.com/braice/MuMuDVB/pull/177/files#diff-13> (115)
- *M* src/unicast_queue.c
<https://github.com/braice/MuMuDVB/pull/177/files#diff-14> (101)
- *M* src/unicast_queue.h
<https://github.com/braice/MuMuDVB/pull/177/files#diff-15> (13)
- *A* src/unicast_rtsp.c
<https://github.com/braice/MuMuDVB/pull/177/files#diff-16> (629)
- *A* src/unicast_rtsp.h
<https://github.com/braice/MuMuDVB/pull/177/files#diff-17> (56)
Patch Links:
- https://github.com/braice/MuMuDVB/pull/177.patch
- https://github.com/braice/MuMuDVB/pull/177.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#177>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAUUD1HDnqAo_0KF2SmA0uVx7Sivkq8Cks5r7GpLgaJpZM4Nfc7N>
.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.