Displaying 4 results from an estimated 4 matches for "hariprasad".
2004 Nov 07
2
query reg. streaming protocol
...ntation & code.
I am not able to find technical resources explaining
the streaming protocol between Icecast Server
& Client (winamp or xmms).
We are in need of technical details of streaming
protocol, to build a streaming server
from scratch as part of academic activities.
THANKS A TON,
Hariprasad,
Bangalore, India
__________________________________
Do you Yahoo!?
Check out the new Yahoo! Front Page.
www.yahoo.com
2019 May 26
0
[PATCH] drm/nouveau/dispnv04: subdev/bios.h is included more than once
remove duplicate inclusion of subdev/bios.h
Issue identified by includecheck
Signed-off-by: Hariprasad Kelam <hariprasad.kelam at gmail.com>
---
drivers/gpu/drm/nouveau/dispnv04/disp.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/gpu/drm/nouveau/dispnv04/disp.h b/drivers/gpu/drm/nouveau/dispnv04/disp.h
index c6ed20a..195d899 100644
--- a/drivers/gpu/drm/nouveau/dispnv04/disp.h
+...
2019 May 26
0
[PATCH] drm/nouveau: fix nvif/device.h is included more than once
remove duplicate inclusion of nvif/device.h
Issue identified by includecheck
Signed-off-by: Hariprasad Kelam <hariprasad.kelam at gmail.com>
---
drivers/gpu/drm/nouveau/nouveau_drv.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h
index 35ff0ca..cfebb14 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.h
+++ b/dri...
2004 Nov 07
1
query reg. streaming protocol
At 01:33 PM 11/7/2004, you wrote:
>On Sun, Nov 07, 2004 at 03:38:15AM -0800, Hariprasad Bongale wrote:
>
> > I am not able to find technical resources explaining
> > the streaming protocol between Icecast Server
> > & Client (winamp or xmms).
>
>It's just http, although there are a few caveats with broken
>player behavior.
>
>Ogg streaming i...